다음을 통해 공유


OrderedDictionary<TKey,TValue>.ValueCollection.IReadOnlyList<TValue>.Item[Int32] 속성

정의

읽기 전용 목록의 지정된 인덱스에서 요소를 가져옵니다.

property TValue System::Collections::Generic::IReadOnlyList<TValue>::Item[int] { TValue get(int index); };
TValue System.Collections.Generic.IReadOnlyList<TValue>.Item[int index] { get; }
member this.System.Collections.Generic.IReadOnlyList<TValue>.Item(int) : 'Value
 ReadOnly Property Item(index As Integer) As TValue Implements IReadOnlyList(Of TValue).Item

매개 변수

index
Int32

가져올 요소의 인덱스(0부터 시작)입니다.

속성 값

TValue

읽기 전용 목록의 지정된 인덱스 요소입니다.

구현

적용 대상