Add(string) Method
Adds a namespace to the collection.
Namespace
Statiq.Common
Containing Type
INamespacesCollection

Syntax

bool Add(string ns)

Parameters

Name Type Description
ns string The namespace to add (will throw for null, empty, or white space values).

Return Value

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