'Declaration Public Overloads Function Add( _ ByVal expression As String _ ) As Expression
public Expression Add( string expression )
Parameters
- expression
- The text of the expression to add.
Return Value
The index of the added Expression in the current collection.