TyparDeclsPrefixListNode Type
Example: `('T, 'U)` — a prefix (parenthesised) list of type parameter declarations.
Constructors
| Constructor |
Description
|
Full Usage:
TyparDeclsPrefixListNode(openingParen, decls, closingParen, range)
Parameters:
SingleTextNode
decls : TyparDeclNode list
closingParen : SingleTextNode
range : range
Returns: TyparDeclsPrefixListNode
|
|
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