Header menu logo F# Compiler Guide

SynReturnInfo Type

Represents the syntactic elements associated with the "return" of a function or method.

Union cases

Union case Description

SynReturnInfo(returnType, range)

Full Usage: SynReturnInfo(returnType, range)

Parameters:
returnType : SynType * SynArgInfo
range : range

Instance members

Instance member Description

this.Range

Full Usage: this.Range

Returns: range
Returns: range

Type something to start searching.