ExpressionContextCompilerTResult Properties

Properties

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

See Also