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>

适用于