CountDictionary<TKey, TValue> コンストラクター

 

CountDictionary<TKey, TValue> クラスの新しいインスタンスを初期化します。

名前空間:   Microsoft.Activities
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

オーバーロードの一覧

名前 説明
System_CAPS_pubmethod CountDictionary<TKey, TValue>()

CountDictionary<TKey, TValue> クラスの新しいインスタンスを初期化します。

System_CAPS_pubmethod CountDictionary<TKey, TValue>(InArgument<IDictionary<TKey, TValue>>)

CountDictionary<TKey, TValue> クラスの新しいインスタンスを初期化します。

参照

CountDictionary<TKey, TValue> クラス
Microsoft.Activities 名前空間

トップに戻る

CountDictionary<TKey, TValue> コンストラクター ()

CountDictionary<TKey, TValue> クラスの新しいインスタンスを初期化します。

構文

public CountDictionary()
public:
CountDictionary()
new : unit -> CountDictionary
Public Sub New

トップに戻る

CountDictionary<TKey, TValue> コンストラクター (InArgument<IDictionary<TKey, TValue>>)

CountDictionary<TKey, TValue> クラスの新しいインスタンスを初期化します。

構文

public CountDictionary(
    InArgument<IDictionary<TKey, TValue>> dictionary
)
public:
CountDictionary(
    InArgument<IDictionary<TKey, TValue>^>^ dictionary
)
new : 
        dictionary:InArgument<IDictionary<'TKey, 'TValue>> -> CountDictionary
Public Sub New (
    dictionary As InArgument(Of IDictionary(Of TKey, TValue))
)

パラメーター

トップに戻る