SynchronizedReadOnlyCollection<T>.Items Vlastnost

Definice

Získá seznam prvků obsažených v kolekci bezpečné pro přístup z více vláken, jen pro čtení.

protected:
 property System::Collections::Generic::IList<T> ^ Items { System::Collections::Generic::IList<T> ^ get(); };
protected System.Collections.Generic.IList<T> Items { get; }
member this.Items : System.Collections.Generic.IList<'T>
Protected ReadOnly Property Items As IList(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