Share via


Utils.DictionaryToHashTable Method

Definition

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

Parameters

Returns

Applies to