C# 클래스 GitSharp.CLI.CmdParserOptionSet

상속: OptionSet
파일 보기 프로젝트 열기: stschake/GitSharp 1 사용 예제들

보호된 메소드들

메소드 설명
CreateOptionContext ( ) : OptionContext
InsertItem ( int index, NDesk.Options.Option item ) : void
Parse ( string option, OptionContext c ) : bool

비공개 메소드들

메소드 설명
AppendValue ( string value, OptionContext c ) : bool

메소드 상세

CreateOptionContext() 보호된 메소드

protected CreateOptionContext ( ) : OptionContext
리턴 OptionContext

InsertItem() 보호된 메소드

protected InsertItem ( int index, NDesk.Options.Option item ) : void
index int
item NDesk.Options.Option
리턴 void

Parse() 보호된 메소드

protected Parse ( string option, OptionContext c ) : bool
option string
c OptionContext
리턴 bool