다음을 통해 공유


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

정의

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

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

매개 변수

index
Int32

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

속성 값

TKey

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

구현

적용 대상