NamePatPairField Type
Represents a single named argument pattern a pair of the form `name = pattern`.
Union cases
Union case |
Description
|
Full Usage:
NamePatPairField(fieldName, equalsRange, range, pat, blockSeparator)
Parameters:
SynLongIdent
equalsRange : range option
range : range
pat : SynPat
blockSeparator : BlockSeparator option
|
|
Instance members
Instance member |
Description
|
|
Gets the identifier of the named field/parameter.
|
|
Gets the pattern associated with the named field.
|
|
Gets the overall range of this name–pattern pair, if available.
|