[]
Defines an operator that allows implicit conversion from an ExpressionInfo to a string.
public static implicit operator string(ExpressionInfo expression)
| Type | Name | Description |
|---|---|---|
| ExpressionInfo | expression | The expression to be converted. |
| Type | Description |
|---|---|
| string | The string representation of expression. |
Defines an operator that allows implicit conversion from a string to an ExpressionInfo.
public static implicit operator ExpressionInfo(string expressionString)
| Type | Name | Description |
|---|---|---|
| string | expressionString | The string representation of expression. |
| Type | Description |
|---|---|
| ExpressionInfo |