共用方式為


CountCollection<T> 建構函式

 

初始化 CountCollection<T> 類別的新執行個體。

命名空間:   Microsoft.Activities
組件:  Microsoft.Activities (在 Microsoft.Activities.dll 中)

多載清單

名稱 描述
System_CAPS_pubmethod CountCollection<T>()

初始化 CountCollection<T> 類別的新執行個體。

System_CAPS_pubmethod CountCollection<T>(InArgument<ICollection<T>>)

初始化 CountCollection<T> 類別的新執行個體。

請參閱

CountCollection<T> 類別
Microsoft.Activities 命名空間

回到頁首

CountCollection<T> 建構函式 ()

初始化 CountCollection<T> 類別的新執行個體。

語法

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

回到頁首

CountCollection<T> 建構函式 (InArgument<ICollection<T>>)

初始化 CountCollection<T> 類別的新執行個體。

語法

public CountCollection(
    InArgument<ICollection<T>> collection
)
public:
CountCollection(
    InArgument<ICollection<T>^>^ collection
)
new : 
        collection:InArgument<ICollection<'T>> -> CountCollection
Public Sub New (
    collection As InArgument(Of ICollection(Of T))
)

參數

回到頁首