ScriptAlias.

Namespaces Property

Summary

Gets all namespaces that the alias need to be imported.
Namespace
Cake.Core.Scripting
Containing Type
ScriptAlias

Syntax

public IReadOnlyList<string> Namespaces { get; }

Value

Type Description
IReadOnlyList<string> The namespaces that the alias need to be imported.