DelegateBuilders Module
Type extensions
Type extension | Description |
Full Usage:
Ast.Delegate(name, parameters, returnType)
Parameters:
string
-
The name of the delegate.
parameters : WidgetBuilder<Type> list
-
The parameters of the delegate.
returnType : WidgetBuilder<Type>
-
The return type of the delegate.
Returns: WidgetBuilder<TypeDefnDelegateNode>
|
Extended Type:
|
Full Usage:
Ast.Delegate(name, parameters, returnType)
Parameters:
string
-
The name of the delegate.
parameters : string list
-
The parameters of the delegate.
returnType : WidgetBuilder<Type>
-
The return type of the delegate.
Returns: WidgetBuilder<TypeDefnDelegateNode>
|
Extended Type:
|
Full Usage:
Ast.Delegate(name, parameters, returnType)
Parameters:
string
-
The name of the delegate.
parameters : string list
-
The parameters of the delegate.
returnType : string
-
The return type of the delegate.
Returns: WidgetBuilder<TypeDefnDelegateNode>
|
Extended Type:
|
Full Usage:
Ast.Delegate(name, parameters, returnType)
Parameters:
string
-
The name of the delegate.
parameters : WidgetBuilder<Type> list
-
The parameters of the delegate.
returnType : string
-
The return type of the delegate.
Returns: WidgetBuilder<TypeDefnDelegateNode>
|
Extended Type:
|
Full Usage:
Ast.Delegate(name, parameter, returnType)
Parameters:
string
-
The name of the delegate.
parameter : WidgetBuilder<Type>
-
The parameter of the delegate.
returnType : WidgetBuilder<Type>
-
The return type of the delegate.
Returns: WidgetBuilder<TypeDefnDelegateNode>
|
Extended Type:
|
Full Usage:
Ast.Delegate(name, parameter, returnType)
Parameters:
string
-
The name of the delegate.
parameter : WidgetBuilder<Type>
-
The parameter of the delegate.
returnType : string
-
The return type of the delegate.
Returns: WidgetBuilder<TypeDefnDelegateNode>
|
Extended Type:
|
Full Usage:
Ast.Delegate(name, parameter, returnType)
Parameters:
string
-
The name of the delegate.
parameter : string
-
The parameter of the delegate.
returnType : WidgetBuilder<Type>
-
The return type of the delegate.
Returns: WidgetBuilder<TypeDefnDelegateNode>
|
Extended Type:
|
Full Usage:
Ast.Delegate(name, parameter, returnType)
Parameters:
string
-
The name of the delegate.
parameter : string
-
The parameter of the delegate.
returnType : string
-
The return type of the delegate.
Returns: WidgetBuilder<TypeDefnDelegateNode>
|
Extended Type:
|