Utils.DictionaryToHashTable Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- dictionary
- IDictionary<String,IList<String>>