| Interface | Description |
|---|---|
| Expression<T> |
Interface for an expression that can be executed with optional arguments and may return a value.
|
| Class | Description |
|---|---|
| SimpleMethodCallExpression<T> |
Expression implementation that executes a method with given name on a given object. |
Copyright © 2018. All rights reserved.