Header menu logo F# Compiler Guide

FSharpObjectExprOverride Type

Represents a checked method in an object expression, as seen by the F# language.

Instance members

Instance member Description

this.Body

Full Usage: this.Body

Returns: FSharpExpr

The expression that forms the body of the method

Returns: FSharpExpr

this.CurriedParameterGroups

Full Usage: this.CurriedParameterGroups

Returns: FSharpMemberOrFunctionOrValue list list

The parameters of the method

Returns: FSharpMemberOrFunctionOrValue list list

this.GenericParameters

Full Usage: this.GenericParameters

Returns: FSharpGenericParameter list

The generic parameters of the method

Returns: FSharpGenericParameter list

this.Signature

Full Usage: this.Signature

Returns: FSharpAbstractSignature

The signature of the implemented abstract slot

Returns: FSharpAbstractSignature

Type something to start searching.