C# 클래스 RJH.CommandLineHelper.Parser.SwitchRecord

The SwitchRecord is stored within the parser's collection of registered switches. This class is private to the outside world.
파일 보기 프로젝트 열기: suntong/lang

공개 메소드들

메소드 설명
AddAlias ( string alias ) : void
Notify ( object value ) : void
SwitchRecord ( string name, string description ) : System
SwitchRecord ( string name, string description, System type ) : System

비공개 메소드들

메소드 설명
BuildPattern ( ) : void
Initialize ( string name, string description ) : void

메소드 상세

AddAlias() 공개 메소드

public AddAlias ( string alias ) : void
alias string
리턴 void

Notify() 공개 메소드

public Notify ( object value ) : void
value object
리턴 void

SwitchRecord() 공개 메소드

public SwitchRecord ( string name, string description ) : System
name string
description string
리턴 System

SwitchRecord() 공개 메소드

public SwitchRecord ( string name, string description, System type ) : System
name string
description string
type System
리턴 System