Share via


AddToCollection<T>.Collection Proprietà

Definizione

Raccolta che riceve il nuovo elemento.

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, set
Public Property Collection As InArgument(Of ICollection(Of T))

Valore della proprietà

Raccolta.

Attributi

Si applica a