FSharp.Quotations.Compiler


ICompiledCode<'T>

The result of compiling the expression tree.

Instance members

Instance memberDescription
ExecuteCompiledCode()
Signature: unit -> 'T
Modifiers: abstract

Execute the compiled code.

Fork me on GitHub