ArrayBuilderSegment<T>.Item[Int32] プロパティ

定義

セグメントから指定した項目を取得します。

public:
 property T default[int] { T get(int index); };
public T this[int index] { get; }
member this.Item(int) : 'T
Default Public ReadOnly Property Item(index As Integer) As T

パラメーター

index
Int32

セグメントへのインデックス。

プロパティ値

T

セグメント内の指定したインデックス位置にある配列エントリ。

適用対象