ChannelParameterCollection.InsertItem(Int32, Object) Metodo

Definizione

Inserisce nella raccolta l'elemento specificato utilizzando l'indice specificato.

protected:
 override void InsertItem(int index, System::Object ^ item);
protected override void InsertItem (int index, object item);
override this.InsertItem : int * obj -> unit
Protected Overrides Sub InsertItem (index As Integer, item As Object)

Parametri

index
Int32

Indice dell'elemento nella raccolta.

item
Object

Elemento da aggiungere alla raccolta.

Si applica a