CountCollection<'T> Constructor
Initializes a new instance of the CountCollection<'T> class.
Assembly: Microsoft.Activities (in Microsoft.Activities.dll)
| Name | Description | |
|---|---|---|
![]() | CountCollection<'T>() | Initializes a new instance of the CountCollection<'T> class. |
![]() | CountCollection<'T>(InArgument<ICollection<'T>>) | Initializes a new instance of the CountCollection<'T> class. |
CountCollection<'T> Constructor ()
Initializes a new instance of the CountCollection<'T> class.
CountCollection<'T> Constructor (InArgument<ICollection<'T>>)
Initializes a new instance of the CountCollection<'T> class.
Parameters
- collection
-
Type:
System.Activities.InArgument<ICollection<'T>>
The target collection.
Show:
