ImplicitConstructorNode Type
Example: `(x: int, y: string) as self` — the primary constructor definition directly following the type name.
Constructors
| Constructor |
Description
|
Full Usage:
ImplicitConstructorNode(xmlDoc, attributes, accessibility, pat, self, range)
Parameters:
XmlDocNode option
attributes : MultipleAttributeListNode option
accessibility : SingleTextNode option
pat : Pattern
self : AsSelfIdentifierNode option
range : range
Returns: ImplicitConstructorNode
|
|
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