ReflectedDefinitionAttribute (FSharp.Core)

Namespace: FSharp.Core
Assembly: FSharp.Core.dll
Base Type: Attribute
This is an attribute type definition

Adding this attribute to the let-binding for the definition of a top-level value makes the quotation expression that implements the value available for use at runtime.

Instance members

Instance member Description

this.IncludeValue

Full Usage: this.IncludeValue

Returns: bool

The value of the attribute, indicating whether to include the evaluated value of the definition as the outer node of the quotation

Returns: bool