INamespacesCollection.

Add(string) Method

Summary

Adds a namespace to the collection.

Syntax

bool Add(string ns)

Parameters

Name Type Description
ns string The namespace to add.

Return Value

Type Description
bool true if the namespace was already in the collection, otherwise false.
GitHub