Header menu logo FSharp.Core

CompilationRepresentationAttribute Type

This attribute is used to adjust the runtime representation for a type. For example, it may be used to note that the null representation may be used for a type. This affects how some constructs are compiled.

Constructors

Constructor Description

CompilationRepresentationAttribute(flags)

Full Usage: CompilationRepresentationAttribute(flags)

Parameters:
Returns: CompilationRepresentationAttribute CompilationRepresentationAttribute

Creates an instance of the attribute

flags : CompilationRepresentationFlags

Indicates adjustments to the compiled representation of the type or member.

Returns: CompilationRepresentationAttribute

CompilationRepresentationAttribute

Instance members

Instance member Description

this.Flags

Full Usage: this.Flags

Returns: CompilationRepresentationFlags

Indicates one or more adjustments to the compiled representation of an F# type or member

Returns: CompilationRepresentationFlags

Type something to start searching.