Header menu logo F# Compiler Guide

FSharpAbstractParameter Type

Represents a parameter in an abstract method of a class or interface

Instance members

Instance member Description

this.Attributes

Full Usage: this.Attributes

Returns: IList<FSharpAttribute>

The declared attributes of the parameter

Returns: IList<FSharpAttribute>

this.IsInArg

Full Usage: this.IsInArg

Returns: bool

Indicate this is an in argument

Returns: bool

this.IsOptionalArg

Full Usage: this.IsOptionalArg

Returns: bool

Indicate this is an optional argument

Returns: bool

this.IsOutArg

Full Usage: this.IsOutArg

Returns: bool

Indicate this is an out argument

Returns: bool

this.Name

Full Usage: this.Name

Returns: string option

The optional name of the parameter

Returns: string option

this.Type

Full Usage: this.Type

Returns: FSharpType

The declared or inferred type of the parameter

Returns: FSharpType

Type something to start searching.