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