C# 클래스 CommandLine.Definition

Class representing a set of Argument definitions.
파일 보기 프로젝트 열기: agardiner/hfmcmd 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
IncludeUnrecognisedFlagArgs bool
IncludeUnrecognisedKeywordArgs bool

공개 메소드들

메소드 설명
AddArgument ( Argument arg ) : Argument

Adds an Argument definition to the list of arguments this command-line supports.

Clear ( ) : void

Clears the definition of existing arguments.

this ( object key ) : Argument

메소드 상세

AddArgument() 공개 메소드

Adds an Argument definition to the list of arguments this command-line supports.
public AddArgument ( Argument arg ) : Argument
arg Argument
리턴 Argument

Clear() 공개 메소드

Clears the definition of existing arguments.
public Clear ( ) : void
리턴 void

this() 공개 메소드

public this ( object key ) : Argument
key object
리턴 Argument

프로퍼티 상세

IncludeUnrecognisedFlagArgs 공개적으로 프로퍼티

public bool IncludeUnrecognisedFlagArgs
리턴 bool

IncludeUnrecognisedKeywordArgs 공개적으로 프로퍼티

public bool IncludeUnrecognisedKeywordArgs
리턴 bool