Summary
Gets all namespaces that the alias need to be imported.
- Namespace
- Cake
.Core .Scripting - Containing Type
- ScriptAlias
Syntax
public IReadOnlyList<string> Namespaces { get; }
Value
| Type | Description |
|---|---|
| IReadOnlyList |
The namespaces that the alias need to be imported. |
