C# 클래스 CommandLine.OptionListAttribute

상속: OptionAttribute
파일 보기 프로젝트 열기: ErikEJ/SqlQueryStress

공개 메소드들

메소드 설명
OptionListAttribute ( string shortName, string longName ) : System

Initializes a new instance of the CommandLine.OptionListAttribute class.

OptionListAttribute ( string shortName, string longName, char separator ) : System

Initializes a new instance of the CommandLine.OptionListAttribute class.

메소드 상세

OptionListAttribute() 공개 메소드

Initializes a new instance of the CommandLine.OptionListAttribute class.
public OptionListAttribute ( string shortName, string longName ) : System
shortName string The short name of the option or null if not used.
longName string The long name of the option or null if not used.
리턴 System

OptionListAttribute() 공개 메소드

Initializes a new instance of the CommandLine.OptionListAttribute class.
public OptionListAttribute ( string shortName, string longName, char separator ) : System
shortName string The short name of the option or null if not used.
longName string The long name of the option or null if not used.
separator char Values separator character.
리턴 System