Partager via


Utils.ToDictionary(Hashtable) Method

Definition

public static System.Collections.Generic.Dictionary<string,string> ToDictionary (this System.Collections.Hashtable table);
static member ToDictionary : System.Collections.Hashtable -> System.Collections.Generic.Dictionary<string, string>
<Extension()>
Public Function ToDictionary (table As Hashtable) As Dictionary(Of String, String)

Parameters

table
Hashtable

Returns

Applies to