CountCollection<'T> Constructor

 

Initializes a new instance of the CountCollection<'T> class.

Namespace:   Microsoft.Activities
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

NameDescription
System_CAPS_pubmethodCountCollection<'T>()

Initializes a new instance of the CountCollection<'T> class.

System_CAPS_pubmethodCountCollection<'T>(InArgument<ICollection<'T>>)

Initializes a new instance of the CountCollection<'T> class.

Return to top

CountCollection<'T> Constructor ()

Initializes a new instance of the CountCollection<'T> class.

new : unit -> CountCollection
Return to top

CountCollection<'T> Constructor (InArgument<ICollection<'T>>)

Initializes a new instance of the CountCollection<'T> class.

new : 
        collection:InArgument<ICollection<'T>> -> CountCollection

Parameters

collection
Type: System.Activities.InArgument<ICollection<'T>>

The target collection.

Return to top
Show: