TyparDeclsPostfixListNode Type
Example: `<'T, 'U when 'T: equality>` — a postfix (angle-bracket) list of type parameter declarations with constraints.
Constructors
| Constructor |
Description
|
Full Usage:
TyparDeclsPostfixListNode(lessThan, decls, constraints, greaterThan, range)
Parameters:
SingleTextNode
decls : TyparDeclNode list
constraints : TypeConstraint list
greaterThan : SingleTextNode
range : range
Returns: TyparDeclsPostfixListNode
|
|
Instance members
| Instance member |
Description
|
|
|
|
|
|
|
|
|
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