ImmutableArray<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

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

プロパティ値

T

変更できない配列内の指定したインデックス位置にある要素。

実装

適用対象