Свойство | Type | Description | |
---|---|---|---|
Anything | |||
AnythingStartingWithText | |||
QuotedString |
Méthode | Description | |
---|---|---|
AsOptional ( ) : |
||
ButNot ( ) : |
||
Custom ( string regex, bool optional ) : |
||
From ( IEnumerable |
||
IsMatch ( string candidate ) : bool | ||
ToString ( ) : string |
Méthode | Description | |
---|---|---|
ParamValidator ( string regex ) : System.Collections.Generic | ||
ParamValidator ( string regex, bool optional ) : System.Collections.Generic |
Méthode | Description | |
---|---|---|
RegExpFor ( string name ) : string |
public static Custom ( string regex, bool optional ) : |
||
regex | string | |
optional | bool | |
Résultat |
public static From ( IEnumerable |
||
names | IEnumerable |
|
Résultat |
protected ParamValidator ( string regex ) : System.Collections.Generic | ||
regex | string | |
Résultat | System.Collections.Generic |
protected ParamValidator ( string regex, bool optional ) : System.Collections.Generic | ||
regex | string | |
optional | bool | |
Résultat | System.Collections.Generic |
public static ParamValidator,Binboo.Core.Commands.Arguments Anything | ||
Résultat |
public static ParamValidator,Binboo.Core.Commands.Arguments AnythingStartingWithText | ||
Résultat |