Summary
Adds a namespace to the collection.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Configuration - Containing Type
- I
Namespaces 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 . |