SynchronizedCollection<T>.Items Propiedad

Definición

Obtiene la lista de elementos que contiene la colección segura para subprocesos.

protected:
 property System::Collections::Generic::List<T> ^ Items { System::Collections::Generic::List<T> ^ get(); };
protected System.Collections.Generic.List<T> Items { get; }
member this.Items : System.Collections.Generic.List<'T>
Protected ReadOnly Property Items As List(Of T)

Valor de propiedad

La IList<T> de elementos que contiene la colección de sólo lectura y segura para subprocesos.

Se aplica a