Header menu logo F# Compiler Guide

SynTyparDecls Type

List of type parameter declarations with optional type constraints, enclosed in `< ... >` (postfix) or `( ... )` (prefix), or a single prefix parameter.

Union cases

Union case Description

PostfixList(decls, constraints, range)

Full Usage: PostfixList(decls, constraints, range)

Parameters:
decls : SynTyparDecl list
constraints : SynTypeConstraint list
range : range

PrefixList(decls, range)

Full Usage: PrefixList(decls, range)

Parameters:
decls : SynTyparDecl list
range : range

SinglePrefix(decl, range)

Full Usage: SinglePrefix(decl, range)

Parameters:
decl : SynTyparDecl
range : range

Instance members

Instance member Description

this.Constraints

Full Usage: this.Constraints

Returns: SynTypeConstraint list
Returns: SynTypeConstraint list

this.Range

Full Usage: this.Range

Returns: range
Returns: range

this.TyparDecls

Full Usage: this.TyparDecls

Returns: SynTyparDecl list
Returns: SynTyparDecl list

Type something to start searching.