HpcCacheBaseCmdlet.HashtableToDictionary<TK,TV>(Hashtable) 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.
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.