Removes the attribute. Removes the attribute.
Syntax
'Declaration
Public Overrides Sub RemoveAt( _
ByVal As Integer _
)
'Usage
Dim instance As ApplicantCollection
Dim index As Integer
instance.RemoveAt(index)
public override void RemoveAt(
int
)
public procedure RemoveAt(
: Integer
); override;
public override function RemoveAt(
: int
);
public: void RemoveAt(
int
) override
public:
void RemoveAt(
int
) override
Parameters
- index
- The index.The index.
See Also