Summary
Adds a range of namespaces to the collection.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Configuration - Containing Type
- I
Namespaces Collection
Syntax
void AddRange(IEnumerable<string> namespaces)
Parameters
| Name | Type | Description |
|---|---|---|
| namespaces | IEnumerable |
The namespaces to add. |
Return Value
| Type | Description |
|---|---|
| void |
