[]
Returns a value that indicates whether the given expression is valid.
public static bool IsValid(this ExpressionInfo expression)
| Type | Name | Description |
|---|---|---|
| ExpressionInfo | expression | The ExpressionInfo instance to be validated. |
| Type | Description |
|---|---|
| bool |
|