Collection<T>.Items プロパティ

定義

IList<T> をラップする Collection<T> ラッパーを取得します。

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> をラップする Collection<T> ラッパー。

注釈

ラッパーは、 クラスの機能を IList<T> 提供し、 のすべての要素を公開します Collection<T>

このプロパティ値を取得することは、O(1) 操作になります。

適用対象