SynchronizedCollection<T>.Items Propriedade

Definição

Obtém a lista de elementos contidos na coleção 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)

Valor da propriedade

O IList<T> dos elementos contidos na coleção thread-safe, somente leitura.

Aplica-se a