Codestin Search App

Thanks to visit codestin.com
Credit goes to cakebuild.net

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.