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