Removes the item at the specified index from the list.
Namespace:
Rebex.Mail
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
Visual Basic |
---|
Public Sub RemoveAt ( _ index As Integer _ ) |
C# |
---|
public void RemoveAt( int index ) |
Parameters
- index
- Type: System..::..Int32
A zero-based index of an item to remove.