TypeFunsNode Type
Example: `int -> string -> bool` — a function type with one or more parameters and a return type. Each parameter is paired with its arrow token; the final element is the return type.
Constructors
| Constructor |
Description
|
Full Usage:
TypeFunsNode(parameters, returnType, range)
Parameters:
(Type * SingleTextNode) list
returnType : Type
range : range
Returns: TypeFunsNode
|
|
Instance members
| Instance member |
Description
|
|
Type + arrow
|
|
|
Inherited members
Inherited from
NodeBase
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
|
Full Usage:
this.ToStringWithIndent
Parameters:
int
Returns: string
|
|
|
|
|
|
|
|
Full Usage:
this.HasContentBefore
Returns: bool
|
|
Full Usage:
this.HasContentAfter
Returns: bool
|
|
|
|
|
|
fantomas