Selerix Developer Tools
RemoveAt Method (ApplicantCollection)






Selerix.BusinessObjects Assembly > Selerix.BusinessObjects Namespace > ApplicantCollection Class : RemoveAt Method
The index.The index.
Removes the attribute. Removes the attribute.
Syntax
'Declaration
 
Public Overrides Sub RemoveAt( _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As ApplicantCollection
Dim index As Integer
 
instance.RemoveAt(index)
public override void RemoveAt( 
   int index
)
public procedure RemoveAt( 
    index: Integer
); override; 
public override function RemoveAt( 
   index : int
);
public: void RemoveAt( 
   int index
) override 
public:
void RemoveAt( 
   int index
) override 

Parameters

index
The index.The index.
See Also

Reference

ApplicantCollection Class
ApplicantCollection Members
Base Implementation in RemoveAt