SynchronizedCollection<T>.Items Свойство

Определение

Возвращает список элементов в потокобезопасной коллекции.

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)

Значение свойства

Список IList<T> элементов, содержащихся в потокобезопасной коллекции только для чтения.

Применяется к