Interface IGetsExpressionType
An object which can determine the string identifier which indicates an expression type. This is typically a prefix to the expression body.
Namespace: ZptSharp.Expressions
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsExpressionType
Methods
| Improve this Doc View SourceGetExpressionType(String)
Gets the expression type for the specified expression
.
Declaration
string GetExpressionType(string expression)
Parameters
Type | Name | Description |
---|---|---|
System.String | expression | An expression. |
Returns
Type | Description |
---|---|
System.String | The expression type. |