FSharp.Quotations.Compiler


Extension

Contains the type extension for .

Type extensions

Type extensionDescription
Compile()
Signature: unit -> ICompiledCode<'T>

Compile the typed expression tree.

Execute()
Signature: unit -> 'T

Compie and execute the typed expression tree.

Fork me on GitHub