SynchronizedCollection<T>.Items Vlastnost

Definice

Získá seznam prvků obsažených v kolekci bezpečné pro vlákna.

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)

Hodnota vlastnosti

Elementy IList<T> , které jsou obsaženy v kolekci bezpečné pro přístup z více vláken, jen pro čtení.

Platí pro