Partilhar via


ConversionUtilities.ToDictionary(Hashtable, Boolean) Method

Definition

public static System.Collections.Generic.Dictionary<string,object> ToDictionary (this System.Collections.Hashtable hashtable, bool addValueLayer);
static member ToDictionary : System.Collections.Hashtable * bool -> System.Collections.Generic.Dictionary<string, obj>
<Extension()>
Public Function ToDictionary (hashtable As Hashtable, addValueLayer As Boolean) As Dictionary(Of String, Object)

Parameters

hashtable
Hashtable
addValueLayer
Boolean

Returns

Applies to