Click or drag to resize

RoutingRuleCollection Methods

The RoutingRuleCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds an element to the collection
Public methodClear
Clears the entire collection
Public methodCopyTo
Copies the contents of the ConfigurationElementCollection to an array.
(Inherited from ConfigurationElementCollection.)
Public methodEquals
Compares the ConfigurationElementCollection to the specified object.
(Inherited from ConfigurationElementCollection.)
Public methodGetEnumerator
Gets an IEnumerator which is used to iterate through the ConfigurationElementCollection.
(Inherited from ConfigurationElementCollection.)
Public methodGetHashCode
Gets a unique value representing the ConfigurationElementCollection instance.
(Inherited from ConfigurationElementCollection.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Retrieves the Index of an element in the collection
Public methodIsReadOnly
Indicates whether the ConfigurationElementCollection object is read only.
(Inherited from ConfigurationElementCollection.)
Public methodRemove
Removes an element from the collection
Public methodRemoveAt
Removes an element from the collection based on its index
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also