FSharpAbstractParameter Type
Represents a parameter in an abstract method of a class or interface
Instance members
Instance member |
Description
|
|
The declared attributes of the parameter
|
Full Usage:
this.IsInArg
Returns: bool
|
Indicate this is an in argument
|
Full Usage:
this.IsOptionalArg
Returns: bool
|
Indicate this is an optional argument
|
Full Usage:
this.IsOutArg
Returns: bool
|
Indicate this is an out argument
|
Full Usage:
this.Name
Returns: string option
|
The optional name of the parameter
|
|
The declared or inferred type of the parameter
|