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>

適用対象