Logo fantomas

SynFieldOrSpread Type

Represents either a field declaration or a type spread.

Union cases

Union case Description

Field field

Full Usage: Field field

Parameters:
field : SynField

Spread spread

Full Usage: Spread spread

Parameters:
spread : SynTypeSpread

Instance members

Instance member Description

this.IsField

Full Usage: this.IsField

Returns: bool
Returns: bool

this.IsSpread

Full Usage: this.IsSpread

Returns: bool
Returns: bool

Type something to start searching.