Partilhar via


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