Remove a parameter by its index position.
Namespace: Cartella.InterfacesAssembly: 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