Header menu logo F# Compiler Guide

SynField Type

Represents the syntax tree for a field declaration in a record or class

Union cases

Union case Description

SynField(attributes, isStatic, idOpt, fieldType, isMutable, xmlDoc, accessibility, range, trivia)

Full Usage: SynField(attributes, isStatic, idOpt, fieldType, isMutable, xmlDoc, accessibility, range, trivia)

Parameters:
attributes : SynAttributes
isStatic : bool
idOpt : Ident option
fieldType : SynType
isMutable : bool
xmlDoc : PreXmlDoc
accessibility : SynAccess option
range : range
trivia : SynFieldTrivia

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.