Header menu logo F# Compiler Guide

FSharpAbstractSignature Type

Represents the signature of an abstract slot of a class or interface

Instance members

Instance member Description

this.AbstractArguments

Full Usage: this.AbstractArguments

Returns: IList<IList<FSharpAbstractParameter>>

Get the arguments of the abstract slot

Returns: IList<IList<FSharpAbstractParameter>>

this.AbstractReturnType

Full Usage: this.AbstractReturnType

Returns: FSharpType

Get the return type of the abstract slot

Returns: FSharpType

this.DeclaringType

Full Usage: this.DeclaringType

Returns: FSharpType

Get the declaring type of the abstract slot

Returns: FSharpType

this.DeclaringTypeGenericParameters

Full Usage: this.DeclaringTypeGenericParameters

Returns: IList<FSharpGenericParameter>

Get the generic arguments of the type defining the abstract slot

Returns: IList<FSharpGenericParameter>

this.MethodGenericParameters

Full Usage: this.MethodGenericParameters

Returns: IList<FSharpGenericParameter>

Get the generic arguments of the abstract slot

Returns: IList<FSharpGenericParameter>

this.Name

Full Usage: this.Name

Returns: string

Get the name of the abstract slot

Returns: string

Type something to start searching.