EnumCaseNode Type
Example: `| Red = 0` — a single enum case declaration.
Constructors
| Constructor |
Description
|
Full Usage:
EnumCaseNode(xmlDoc, bar, attributes, identifier, equals, constant, range)
Parameters:
XmlDocNode option
bar : SingleTextNode option
attributes : MultipleAttributeListNode option
identifier : SingleTextNode
equals : SingleTextNode
constant : Expr
range : range
Returns: EnumCaseNode
|
|
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