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를 반환합니다.

적용 대상