Click or drag to resize

RoutingRuleCollectionRemoveAt 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)
Syntax
public void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The index of the element
See Also