Summary
Gets the using aliases.
- Namespace
- Cake
.Core .Scripting .Analysis - Containing Type
- ScriptAnalyzerResult
Syntax
public ISet<string> UsingAliases { get; }
Value
Type | Description |
---|---|
ISet |
The using aliases. |
public ISet<string> UsingAliases { get; }
Type | Description |
---|---|
ISet |
The using aliases. |