SynField Type
Represents the syntax tree for a field declaration in a record or class
Union cases
Union case |
Description
|
Full Usage:
SynField(attributes, isStatic, idOpt, fieldType, isMutable, xmlDoc, accessibility, range, trivia)
Parameters:
SynAttributes
isStatic : bool
idOpt : Ident option
fieldType : SynType
isMutable : bool
xmlDoc : PreXmlDoc
accessibility : SynAccess option
range : range
trivia : SynFieldTrivia
|
|
Instance members
Instance member |
Description
|
|
Gets the syntax range of this construct
|