Tokens.this
this
(string source, bool isParsingPattern = false)Constructs a Tokens instance from a string or string array.
Parameters
source | The source string to tokenize, or array of tokens. |
isParsingPattern | True if parsing usage pattern, false if parsing argv. |
this
(string[] source, bool isParsingPattern = false)ditto