Share via


ModelExtensions.ToDictionaryTags(Hashtable) Method

Definition

public static System.Collections.Generic.IDictionary<string,string> ToDictionaryTags (this System.Collections.Hashtable table);
static member ToDictionaryTags : System.Collections.Hashtable -> System.Collections.Generic.IDictionary<string, string>
<Extension()>
Public Function ToDictionaryTags (table As Hashtable) As IDictionary(Of String, String)

Parameters

table
Hashtable

Returns

Applies to