Script.

ExcludedNamespaces Property

Summary

Gets the namespaces flagged to be excluded by code generation and affected aliases.
Namespace
Cake.Core.Scripting
Containing Type
Script

Syntax

public IDictionary<string, IList<string>> ExcludedNamespaces { get; }

Value

Type Description
IDictionary<string, IList<string>>