Summary
Initializes a new instance of the
ScriptAlias class.
- Namespace
- Cake
.Core .Scripting - Containing Type
- ScriptAlias
Syntax
public ScriptAlias(MethodInfo method, ScriptAliasType type, ISet<string> namespaces)
Parameters
| Name | Type | Description |
|---|---|---|
| method | MethodInfo | The method associated with the alias. |
| type | ScriptAliasType | The alias type. |
| namespaces | ISet |
The namespaces that the alias need to be imported. |
Return Value
| Type | Description |
|---|---|
| void |
