![]() | ExpressionCompilerTryCompileWithPreCreatedClosure Method |
Name | Description | |
---|---|---|
![]() ![]() | TryCompileWithPreCreatedClosureTDelegate(LambdaExpression, ConstantExpression) | Tries to compile lambda expression to TDelegate
with the provided closure object and constant expressions (or lack there of) -
Constant expression should be the in order of Fields in closure object!
Note 1: Use it on your own risk - FEC won't verify the expression is compile-able with passed closure, it is up to you!
Note 2: The expression with NESTED LAMBDA IS NOT SUPPORTED!
Note 3: `Label` and `GoTo` are not supported in this case, because they need first round to collect out-of-order labels |
![]() ![]() | TryCompileWithPreCreatedClosureTDelegate(LambdaExpression, ConstantExpression, CompilerFlags) | Tries to compile lambda expression to TDelegate
with the provided closure object and constant expressions (or lack there of) |