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

インデックス。

プロパティ値

T

要素。

実装

例外

IsDefault プロパティは、true を返します。

適用対象