语言

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

参数在集合中的位置。

适用于