GetItemFromCollection<'TItem> Constructor

 

Initializes a new instance of the GetItemFromCollection<'TItem> class.

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

Return to top

GetItemFromCollection<'TItem> Constructor ()

Initializes a new instance of the GetItemFromCollection<'TItem> class.

new : unit -> GetItemFromCollection
Return to top

GetItemFromCollection<'TItem> Constructor (InArgument<ICollection<'TItem>>, InArgument<Int32>)

Initializes a new instance of the GetItemFromCollection<'TItem> class.

new : 
        collection:InArgument<ICollection<'TItem>> *
        index:InArgument<int> -> GetItemFromCollection

Parameters

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

The collection of items.

index
Type: System.Activities.InArgument<Int32>

The index of the item to return.

Return to top
Show: