MsIfmxParameterCollection.RemoveAt Method

Definition

Overloads

RemoveAt(Int32)
RemoveAt(String)

RemoveAt(Int32)

public:
 override void RemoveAt(int index);
public override void RemoveAt (int index);
override this.RemoveAt : int -> unit
Public Overrides Sub RemoveAt (index As Integer)

Parameters

index
Int32

Applies to

RemoveAt(String)

public:
 override void RemoveAt(System::String ^ parameterName);
public override void RemoveAt (string parameterName);
override this.RemoveAt : string -> unit
Public Overrides Sub RemoveAt (parameterName As String)

Parameters

parameterName
String

Applies to