次の方法で共有


Utility.ToDictionaryTags(Hashtable) Method

Definition

Convert tags to dictionary.

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

Hashtable table.

Returns

dictionary of tags.

Applies to