SynEnumCase Type
Represents the syntax tree for one case in an enum definition.
Union cases
Union case |
Description
|
Full Usage:
SynEnumCase(attributes, ident, valueExpr, xmlDoc, range, trivia)
Parameters:
SynAttributes
ident : SynIdent
valueExpr : SynExpr
xmlDoc : PreXmlDoc
range : range
trivia : SynEnumCaseTrivia
|
|
Instance members
Instance member |
Description
|
|
Gets the syntax range of this construct
|