AddRange(IEnumerable<string>) Method
Adds a range of namespaces to the collection.
Namespace
Statiq.Common
Containing Type
INamespacesCollection

Syntax

void AddRange(IEnumerable<string> namespaces)

Parameters

Name Type Description
namespaces IEnumerable<string> The namespaces to add (will throw for null, empty, or white space values).