INamespacesCollection.

AddRange(IEnumerable<string>) Method

Summary

Adds a range of namespaces to the collection.

Syntax

void AddRange(IEnumerable<string> namespaces)

Parameters

Name Type Description
namespaces IEnumerable<string> The namespaces to add.

Return Value

Type Description
void
GitHub