ExpressionCompilerTResultCompiledAction Property
Gets
Action delegate for compiled expression.
Namespace: Gemstone.Expressions.EvaluatorAssembly: Gemstone.Expressions (in Gemstone.Expressions.dll) Version: 1.0.143 -- Release Build+a5a529fe210ae3fa6d572840e201af655ab2ebfa
public Action CompiledAction { get; }
Public ReadOnly Property CompiledAction As Action
Get
function get_CompiledAction();
Property Value
Action
Calling this property will automatically compile
Expression, if not already compiled.