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

定義

配列セグメントの指定したインデックスにある要素を取得します。

property T System::Collections::Generic::IReadOnlyList<T>::Item[int] { T get(int index); };
T System.Collections.Generic.IReadOnlyList<T>.Item[int index] { get; }
member this.System.Collections.Generic.IReadOnlyList<T>.Item(int) : 'T
 ReadOnly Property Item(index As Integer) As T Implements IReadOnlyList(Of T).Item

パラメーター

index
Int32

取得する要素の 0 から始まるインデックス。

プロパティ値

T

指定したインデックス位置にある要素。

実装

例外

indexArraySegment<T> の有効なインデックスではありません。

基になる配列が null です。

プロパティが設定されています。

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、ArraySegment<T> のインスタンスが IReadOnlyList<T> インターフェイスにキャストされる場合のみ、使用できます。

適用対象