Header menu logo F# Compiler Guide

SynArgInfo Type

Represents the argument names and other metadata for a parameter for a member or function

Union cases

Union case Description

SynArgInfo(attributes, optional, ident)

Full Usage: SynArgInfo(attributes, optional, ident)

Parameters:
attributes : SynAttributes
optional : bool
ident : Ident option

Instance members

Instance member Description

this.Attributes

Full Usage: this.Attributes

Returns: SynAttributes
Returns: SynAttributes

this.Ident

Full Usage: this.Ident

Returns: Ident option
Returns: Ident option

Type something to start searching.