NamespaceElementCollection.Remove(NamespaceElement) Method

Definition

Removes the first occurrence of the specified NamespaceElement from the collection.

public:
 void Remove(System::ServiceModel::Routing::Configuration::NamespaceElement ^ element);
public void Remove (System.ServiceModel.Routing.Configuration.NamespaceElement element);
member this.Remove : System.ServiceModel.Routing.Configuration.NamespaceElement -> unit
Public Sub Remove (element As NamespaceElement)

Parameters

element
NamespaceElement

The namespace element to be removed.

Applies to