Method | Description | |
---|---|---|
MatchRegexIndex ( string queryString ) : int |
The position in the original string where the first character of the captured substring was found.
|
|
Resize ( ) : System |
Initializes a new instance of the Resize class.
|
Method | Description | |
---|---|---|
ParseRestrictions ( string input ) : List |
Returns a List{T} of sizes to restrict resizing to.
|
|
ParseSize ( |
Returns the correct Size for the given query collection.
|
public MatchRegexIndex ( string queryString ) : int | ||
queryString | string | /// The query string to search. /// |
return | int |