Script.

Namespaces Property

Summary

Gets the namespaces imported via the using statement.
Namespace
Cake.Core.Scripting
Containing Type
Script

Syntax

public IReadOnlyList<string> Namespaces { get; }

Value

Type Description
IReadOnlyList<string> The namespaces.