YaccConstructor


ArgInfo

Namespace: Microsoft.FSharp.Text

Constructors

ConstructorDescription
new(name, action, help)
Signature: (name:string * action:ArgType * help:string) -> ArgInfo

CompiledName: .ctor

Instance members

Instance memberDescription
ArgType
Signature: ArgType

Return the argument type and action of the argument

CompiledName: get_ArgType

HelpText
Signature: string

Return the usage help associated with the argument

CompiledName: get_HelpText

Name
Signature: string

Return the name of the argument

CompiledName: get_Name

Fork me on GitHub