Header menu logo fantomas

PatNamePatPairsNode Type

Constructors

Constructor Description

PatNamePatPairsNode(identifier, typarDecls, openingParen, pairs, closingParen, range)

Full Usage: PatNamePatPairsNode(identifier, typarDecls, openingParen, pairs, closingParen, range)

Parameters:
Returns: PatNamePatPairsNode
identifier : IdentListNode
typarDecls : TyparDecls option
openingParen : SingleTextNode
pairs : NamePatPair list
closingParen : SingleTextNode
range : range
Returns: PatNamePatPairsNode

Instance members

Instance member Description

this.ClosingParen

Full Usage: this.ClosingParen

Returns: SingleTextNode
Returns: SingleTextNode

this.Identifier

Full Usage: this.Identifier

Returns: IdentListNode
Returns: IdentListNode

this.OpeningParen

Full Usage: this.OpeningParen

Returns: SingleTextNode
Returns: SingleTextNode

this.Pairs

Full Usage: this.Pairs

Returns: NamePatPair list
Returns: NamePatPair list

this.TyparDecls

Full Usage: this.TyparDecls

Returns: TyparDecls option
Returns: TyparDecls option

Type something to start searching.