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
|
Full Usage:
ReflectedDefinitionAttribute(includeValue)
Parameters:
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
|
Full Usage:
ReflectedDefinitionAttribute()
Returns: ReflectedDefinitionAttribute
ReflectedDefinitionAttribute
|
Creates an instance of the attribute
|
Instance members
Instance member |
Description
|
|
The value of the attribute, indicating whether to include the evaluated value of the definition as the outer node of the quotation
|