SynUnionCase Type
Represents the syntax tree for one case in a union definition.
Union cases
Union case |
Description
|
Full Usage:
SynUnionCase(attributes, ident, caseType, xmlDoc, accessibility, range, trivia)
Parameters:
SynAttributes
ident : SynIdent
caseType : SynUnionCaseKind
xmlDoc : PreXmlDoc
accessibility : SynAccess option
range : range
trivia : SynUnionCaseTrivia
|
|
Instance members
Instance member |
Description
|
|
Gets the syntax range of this construct
|