Method AddExpression
AddExpression(string)
When implemented by a class, adds new element to the expression collection.
int AddExpression(string expression)
Parameters
expression
stringRegular expression to add.
Returns
- int
Index of added element in the expression collection.