Adds a range of namespaces to the collection.
- Namespace
- Statiq
.Common - Containing Type
- I
Namespaces Collection
Syntax
void AddRange(IEnumerable<string> namespaces)
Parameters
Name | Type | Description |
---|---|---|
namespaces | IEnumerable |
The namespaces to add (will throw for null, empty, or white space values). |