Skip to content
Auto
Products

API Reference v. 1.5.0

Classes
ExpressionParserParses C# expressions into LambdaExpression trees, and compiles or evaluates them.
ExpressionParserExceptionThe exception that is thrown when an expression cannot be parsed or bound.
ExpressionParserOptionsOptions for parsing expressions, including validation, parameters, global members, and custom property resolution.
Structs
ExpressionArgumentA named argument passed to an expression, with an optional declared type.
Interfaces
IExpressionMemberResolverContextProvides data for a ExpressionParserOptions.CustomPropertyResolver call.