Header menu logo FSharp.Core

ReflectedDefinitionAttribute Type

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.

Constructors

Constructor Description

ReflectedDefinitionAttribute(includeValue)

Full Usage: ReflectedDefinitionAttribute(includeValue)

Parameters:
    includeValue : bool - Indicates whether to include the evaluated value of the definition as the outer node of the quotation

Returns: ReflectedDefinitionAttribute ReflectedDefinitionAttribute

Creates an instance of the attribute

includeValue : bool

Indicates whether to include the evaluated value of the definition as the outer node of the quotation

Returns: ReflectedDefinitionAttribute

ReflectedDefinitionAttribute

ReflectedDefinitionAttribute()

Full Usage: ReflectedDefinitionAttribute()

Returns: ReflectedDefinitionAttribute ReflectedDefinitionAttribute

Creates an instance of the attribute

Returns: ReflectedDefinitionAttribute

ReflectedDefinitionAttribute

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

Type something to start searching.