C# 클래스 Topshelf.CommandLineParser.DefinitionElement

상속: IDefinitionElement
파일 보기 프로젝트 열기: phatboyg/Topshelf 1 사용 예제들

공개 메소드들

메소드 설명
DefinitionElement ( string key, string value )
Equals ( DefinitionElement other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
New ( string key, string value ) : ICommandLineElement
ToString ( ) : string

메소드 상세

DefinitionElement() 공개 메소드

public DefinitionElement ( string key, string value )
key string
value string

Equals() 공개 메소드

public Equals ( DefinitionElement other ) : bool
other DefinitionElement
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

New() 공개 정적인 메소드

public static New ( string key, string value ) : ICommandLineElement
key string
value string
리턴 ICommandLineElement

ToString() 공개 메소드

public ToString ( ) : string
리턴 string