This method is not supported.
Syntax
public override void RemoveAt(
int
)
public: void RemoveAt(
int
) override
public:
void RemoveAt(
int
) override
'Declaration
Public Overrides NotOverridable Sub RemoveAt( _
ByVal As Integer _
)
'Usage
Dim instance As FieldArray
Dim index As Integer
instance.RemoveAt(index)
Parameters
- index
- The parameter is not used.
See Also