AddToCollection<T>.Collection 属性

定义

接收新项的集合。

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))

属性值

集合。

属性

适用于