Compartilhar via


Utils.HashTableToDictionary(Hashtable) Method

Definition

public static System.Collections.Generic.Dictionary<string,System.Collections.Generic.IList<string>> HashTableToDictionary (System.Collections.Hashtable table);
static member HashTableToDictionary : System.Collections.Hashtable -> System.Collections.Generic.Dictionary<string, System.Collections.Generic.IList<string>>
Public Shared Function HashTableToDictionary (table As Hashtable) As Dictionary(Of String, IList(Of String))

Parameters

table
Hashtable

Returns

Applies to