Click or drag to resize

ExpressionCompilerTryCompileWithPreCreatedClosure Method

Overload List
  NameDescription
Public methodStatic memberTryCompileWithPreCreatedClosureTDelegate(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
Public methodStatic memberTryCompileWithPreCreatedClosureTDelegate(LambdaExpression, ConstantExpression, CompilerFlags)
Tries to compile lambda expression to TDelegate with the provided closure object and constant expressions (or lack there of)
Top
See Also