AddToCollection<T>.Collection Property 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The collection that receives the new item.
public:
 property System::Activities::InArgument<System::Collections::Generic::ICollection<T> ^> ^ Collection { System::Activities::InArgument<System::Collections::Generic::ICollection<T> ^> ^ get(); void set(System::Activities::InArgument<System::Collections::Generic::ICollection<T> ^> ^ value); };[System.Activities.RequiredArgument]
public System.Activities.InArgument<System.Collections.Generic.ICollection<T>> Collection { get; set; }[<System.Activities.RequiredArgument>]
member this.Collection : System.Activities.InArgument<System.Collections.Generic.ICollection<'T>> with get, setPublic Property Collection As InArgument(Of ICollection(Of T))Property Value
The collection.
- Attributes