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

适用于