[]
Creates an Expression specified by its text, and adds it to the current collection.
public Expression Add(string expression)
| Type | Name | Description |
|---|---|---|
| string | expression | The text of the expression to add. |
| Type | Description |
|---|---|
| Expression | The index of the added Expression in the current collection. |
Adds an Expression to the current collection.
public int Add(Expression expression)
| Type | Name | Description |
|---|---|---|
| Expression | expression | The Expression to add. |
| Type | Description |
|---|---|
| int | The index of the added Expression in the current collection. |