Summary
Gets all namespaces referenced by the script.
- Namespace
- Cake
.Core .Scripting .Analysis - Containing Type
- IScriptInformation
Syntax
IList<string> Namespaces { get; }
Value
| Type | Description |
|---|---|
| IList |
The namespaces referenced by the script. |
