Method | Description | |
---|---|---|
CompareLong ( string argument, string option ) : bool | ||
CompareShort ( string argument, string option ) : bool | ||
Create ( string argument ) : |
||
IsInputValue ( string argument ) : bool | ||
Parse ( IStringEnumerator argumentEnumerator, IOptionMap map, object options ) : ParserState |
public static CompareLong ( string argument, string option ) : bool | ||
argument | string | |
option | string | |
return | bool |
public static CompareShort ( string argument, string option ) : bool | ||
argument | string | |
option | string | |
return | bool |
public static Create ( string argument ) : |
||
argument | string | |
return |
public static IsInputValue ( string argument ) : bool | ||
argument | string | |
return | bool |
public abstract Parse ( IStringEnumerator argumentEnumerator, IOptionMap map, object options ) : ParserState | ||
argumentEnumerator | IStringEnumerator | |
map | IOptionMap | |
options | object | |
return | ParserState |