SynchronizedReadOnlyCollection<T>.Items プロパティ
定義
スレッド セーフの読み取り専用コレクションに格納されている要素の一覧を取得します。Gets the list of elements contained in the thread-safe, read-only collection.
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>。The IList<T> of elements that are contained in the thread-safe, read-only collection.