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>线程安全只读集合中包含的元素。

适用于