Parameters.RemoveAt(Int32) Method

Definition

Removes a parameter object from the parameters collection with the specified index. Only project parameters can be removed from the parameters collection.

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

Parameters

index
Int32

The location of the parameter within the collection.

Applies to