 | SmtpConnectionCollectionRemoveAt Method |
Removes an element from the collection based on its index
Namespace:
SMTPRouter.Windows.Configuration
Assembly:
SMTPRouter.Windows (in SMTPRouter.Windows.dll) Version: 1.0.0.3 (1.0.0.3)
Syntaxpublic void RemoveAt(
int index
)
Public Sub RemoveAt (
index As Integer
)
Dim instance As SmtpConnectionCollection
Dim index As Integer
instance.RemoveAt(index)
public:
void RemoveAt(
int index
)
Parameters
- index
- Type: SystemInt32
The index of the element
See Also