NamespaceElementCollection.Add(NamespaceElement) Method

Definition

Adds a new NamespaceElement to the collection.

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

Parameters

element
NamespaceElement

The namespace element to add.

Applies to