AzureDataBoxEdgeCmdletBase.HashtableToDictionary<K,V>(Hashtable) Method

Definition

public static System.Collections.Generic.Dictionary<K,V> HashtableToDictionary<K,V> (System.Collections.Hashtable table);
static member HashtableToDictionary : System.Collections.Hashtable -> System.Collections.Generic.Dictionary<'K, 'V>
Public Shared Function HashtableToDictionary(Of K, V) (table As Hashtable) As Dictionary(Of K, V)

Type Parameters

K
V

Parameters

table
Hashtable

Returns

Dictionary<K,V>

Applies to