Header menu logo F# Compiler Guide

SynUnionCase Type

Represents the syntax tree for one case in a union definition.

Union cases

Union case Description

SynUnionCase(attributes, ident, caseType, xmlDoc, accessibility, range, trivia)

Full Usage: SynUnionCase(attributes, ident, caseType, xmlDoc, accessibility, range, trivia)

Parameters:
attributes : SynAttributes
ident : SynIdent
caseType : SynUnionCaseKind
xmlDoc : PreXmlDoc
accessibility : SynAccess option
range : range
trivia : SynUnionCaseTrivia

Instance members

Instance member Description

this.Range

Full Usage: this.Range

Returns: range

Gets the syntax range of this construct

Returns: range

Type something to start searching.