ExistsInCollection<T>.Collection Propiedad

Definición

Colección en la que se va a buscar el elemento especificado.

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

Valor de propiedad

La colección.

Atributos

Se aplica a