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))
)

參數

回到頁首