次の方法で共有


CmdletHelpers.ConvertToStringDictionary(Hashtable) Method

Definition

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

Parameters

hashtable
Hashtable

Returns

Applies to