Метод | Описание | |
---|---|---|
InvalidArgumentsError ( ) : string |
Get a string for an error when there are invalid arguments
|
|
ParameterCountMismatchError ( ) : string |
Gets the string for a parameter count mismatch error.
|
|
ParameterQuoted ( int index ) : QuotingRule |
A value to determine how to parse the string for a parameter at a specific index.
|
|
ParseArgs ( string value ) : string[] |
Parse the arguments using the rules returned by the ParameterQuoted method.
|
|
ParseSingleArg ( string value ) : string |
Parse single argument passed to a pseudoselector
|
|
ValidateParameters ( string parameters ) : void |
Validates a parameter array against the expected number of parameters.
|
protected InvalidArgumentsError ( ) : string | ||
Результат | string |
protected ParameterCountMismatchError ( ) : string | ||
Результат | string |
protected ParameterQuoted ( int index ) : QuotingRule | ||
index | int | /// Zero-based index of the parameter. /// |
Результат | QuotingRule |
protected ParseArgs ( string value ) : string[] | ||
value | string | /// The arguments /// |
Результат | string[] |
protected ParseSingleArg ( string value ) : string | ||
value | string | /// The arguments. /// |
Результат | string |
protected ValidateParameters ( string parameters ) : void | ||
parameters | string | /// Criteria (or parameter) data passed with the pseudoselector. /// |
Результат | void |