Summary
Gets all types referenced with the using static directive.
- Namespace
- Cake
.Core .Scripting .Analysis - Containing Type
- IScriptInformation
Syntax
IList<string> UsingStaticDirectives { get; }
Value
Type | Description |
---|---|
IList |
The fully qualified type names referenced by using static in the script. |