OrderedDictionary<TKey,TValue>.IList<KeyValuePair<TKey,TValue>>.Insert 메서드

정의

지정된 인덱스의 IList<T> 항목을 삽입합니다.

 virtual void System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Insert(int index, System::Collections::Generic::KeyValuePair<TKey, TValue> item) = System::Collections::Generic::IList<System::Collections::Generic::KeyValuePair<TKey, TValue>>::Insert;
void IList<KeyValuePair<TKey,TValue>>.Insert (int index, System.Collections.Generic.KeyValuePair<TKey,TValue> item);
abstract member System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Insert : int * System.Collections.Generic.KeyValuePair<'Key, 'Value> -> unit
override this.System.Collections.Generic.IList<System.Collections.Generic.KeyValuePair<TKey,TValue>>.Insert : int * System.Collections.Generic.KeyValuePair<'Key, 'Value> -> unit
Sub Insert (index As Integer, item As KeyValuePair(Of TKey, TValue)) Implements IList(Of KeyValuePair(Of TKey, TValue)).Insert

매개 변수

index
Int32

item 삽입해야 하는 인덱스(0부터 시작)입니다.

item
KeyValuePair<TKey,TValue>

IList<T>삽입할 개체입니다.

구현

적용 대상