다음을 통해 공유


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

정의

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

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

매개 변수

index
Int32

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

속성 값

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

구현

적용 대상