OrderedDictionary<TKey,TValue>.ValueCollection.IList<TValue>.Insert Metodo

Definizione

Inserisce un elemento nell'oggetto IList<T> in corrispondenza dell'indice specificato.

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

Parametri

index
Int32

Indice in base zero in corrispondenza del quale item deve essere inserito.

item
TValue

Oggetto da inserire nell'oggetto IList<T>.

Implementazioni

Si applica a