다음을 통해 공유


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

정의

지정된 인덱스에서 요소를 가져오거나 설정합니다.

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

매개 변수

index
Int32

가져오기 또는 설정할 요소의 인덱스(0부터 시작)입니다.

속성 값

지정된 인덱스 요소입니다.

구현

적용 대상