Поделиться через


ChannelParameterCollection.SetItem(Int32, Object) Метод

Определение

Заменяет элемент в коллекции по указанному индексу.

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

Параметры

index
Int32

Индекс заменяемого элемента.

item
Object

Значение заменяющего элемента.

Применяется к