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.

적용 대상