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>

適用対象