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

HpcCacheBaseCmdlet.HashtableToDictionary<TK,TV>(Hashtable) Method

Definition

HashtableToDictionary.

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

Type Parameters

TK

Key.

TV

Value.

Parameters

table
Hashtable

Hashtable.

Returns

Dictionary<TK,TV>

Dictionary.

Applies to