你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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