SynchronizedCollection<T>.Items Proprietà

Definizione

Ottiene l'elenco di elementi contenuti nella raccolta thread-safe.

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)

Valore della proprietà

Interfaccia IList<T> di elementi contenuti nella raccolta thread-safe di sola lettura.

Si applica a