Summary
Gets all using aliases defined by the scripts.
- Namespace
- Cake
.Core .Scripting .Analysis - Containing Type
- IScriptInformation
Syntax
IList<string> UsingAliases { get; }
Value
Type | Description |
---|---|
IList |
The using aliases defined by the script. |