Parameters.RemoveAt(Int32) 方法

定义

从参数集合删除具有指定索引的参数对象。 只能从参数集合中删除项目参数。

public:
 abstract void RemoveAt(int index);
public abstract void RemoveAt (int index);
abstract member RemoveAt : int -> unit
Public MustOverride Sub RemoveAt (index As Integer)

参数

index
Int32

集合中参数的位置。

适用于