INamespacesCollection Interface

Summary

A collection of namespace strings used to inform modules of which namespaces should be available during dynamic code generation and/or execution.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Configuration
Interfaces
  • IReadOnlyCollection<string>
graph BT Type-.->Interface0["IReadOnlyCollection<string>"] Type["INamespacesCollection"] class Type type-node

Syntax

public interface INamespacesCollection : IReadOnlyCollection<string>

Methods

Name Value Summary
Add(string) bool
Adds a namespace to the collection.
AddRange(IEnumerable<string>) void
Adds a range of namespaces to the collection.
GitHub