MailAddressCollectionRemoveItem Method |
Removes the element at the specified index of the System.Collections.ObjectModel.Collection`1.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxprotected override void RemoveItem(
int index
)
Protected Overrides Sub RemoveItem (
index As Integer
)
protected:
virtual void RemoveItem(
int index
) override
abstract RemoveItem :
index : int -> unit
override RemoveItem :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to remove.
See Also