ChannelParameterCollection.InsertItem(Int32, Object) 方法

定义

使用指定索引将指定的项插入集合中。

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)

参数

index
Int32

集合中的项的索引。

item
Object

要添加到集合的项。

适用于