SynchronizedReadOnlyCollection<T>.Items プロパティ

定義

スレッド セーフの読み取り専用コレクションに格納されている要素の一覧を取得します。

protected:
 property System::Collections::Generic::IList<T> ^ Items { System::Collections::Generic::IList<T> ^ get(); };
protected System.Collections.Generic.IList<T> Items { get; }
member this.Items : System.Collections.Generic.IList<'T>
Protected ReadOnly Property Items As IList(Of T)

プロパティ値

スレッド セーフの読み取り専用コレクションに格納されている要素の IList<T>

適用対象