Header menu logo F# Compiler Guide

FSharpDelegateSignature Type

Represents a delegate signature in an F# symbol

Instance members

Instance member Description

this.DelegateArguments

Full Usage: this.DelegateArguments

Returns: IList<string option * FSharpType>

Get the argument types of the delegate signature

Returns: IList<string option * FSharpType>

this.DelegateReturnType

Full Usage: this.DelegateReturnType

Returns: FSharpType

Get the return type of the delegate signature

Returns: FSharpType

Type something to start searching.