StaticOptimizationConstraintWhenTyparTyconEqualsTyconNode Type
Example: `when 'T = int` — a static optimisation constraint that requires a type parameter to equal a specific type constructor.
Constructors
| Constructor |
Description
|
Full Usage:
StaticOptimizationConstraintWhenTyparTyconEqualsTyconNode(typar, t, range)
Parameters:
SingleTextNode
t : Type
range : range
Returns: StaticOptimizationConstraintWhenTyparTyconEqualsTyconNode
|
|
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.HasContentAfter
Returns: bool
|
|
|
|
|
|
|
|
|
|
Full Usage:
this.HasContentBefore
Returns: bool
|
|
fantomas