Skip to content

M_CommandLine_OptionAttribute__ctor_1

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

OptionAttribute Constructor (Char)

Initializes a new instance of the OptionAttribute class.

Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public OptionAttribute(
	char shortName
)

VB

Public Sub New ( 
	shortName As Char
)

C++

public:
OptionAttribute(
	wchar_t shortName
)

F#

new : 
        shortName : char -> OptionAttribute

Parameters

 

shortName
Type: System.Char
The short name of the option..

See Also

Reference

OptionAttribute Class
OptionAttribute Overload
CommandLine Namespace

Clone this wiki locally