ChannelParameterCollection.InsertItem(Int32, Object) Metodo

Definizione

Inserisce l'elemento specificato nella raccolta 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 nell'insieme.

item
Object

Elemento da aggiungere alla raccolta.

Si applica a