ExpressionCompilerTResult, TInstanceParameter Properties

Properties

CompiledAction Gets ActionT delegate for compiled expression.
CompiledExpression Gets the compiled Linq Expression after C# Code Expression is compiled.
CompiledFunction Gets FuncT, TResult delegate for compiled expression.
Expression Gets the C# code expression to compile.
InstanceParameterType Gets or sets the instance parameter Type used for defining expression accessible field values, defaults to TInstanceParameter.
TypeRegistry Gets or sets the TypeRegistry used for compilation.
VariableContext Gets or sets the ISupportContextVariables instance to use for context variables.

See Also