NamespaceElementCollection::Add Method (NamespaceElement^)

.NET Framework (current version)
 

Adds a new NamespaceElement to the collection.

Namespace:   System.ServiceModel.Routing.Configuration
Assembly:  System.ServiceModel.Routing (in System.ServiceModel.Routing.dll)

public:
void Add(
	NamespaceElement^ element
)

Parameters

element
Type: System.ServiceModel.Routing.Configuration::NamespaceElement^

The namespace element to add.

.NET Framework
Available since 4.0
Return to top
Show: