Remove a parameter by its index position.

Namespace: Cartella.Interfaces
Assembly: CartellaBase (in CartellaBase.dll) Version: 4.1.0.171 (4.1.0.171)

Syntax

C#
void RemoveAt(
	int index
)
Visual Basic
Sub RemoveAt ( _
	index As Integer _
)
Visual C++
void RemoveAt(
	int index
)

Parameters

index
Type: System..::..Int32
Position of the parameter to be removed

Field Value

Void

See Also