[Home] Type Microsoft.FSharp.Core.CompilationRepresentationAttribute


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.

Full Type Signature

[<AttributeUsage (enum<AttributeTargets> (32767))>]
type CompilationRepresentationAttribute =
  class
    inherit Attribute
  end
  with
    new : flags:CompilationRepresentationFlags -> CompilationRepresentationAttribute
    member Flags : CompilationRepresentationFlags
  end

Instance Members

MemberDescription
member Flags : CompilationRepresentationFlags

Static Members

MemberDescription
new : flags:CompilationRepresentationFlags -> CompilationRepresentationAttribute

See Also

Microsoft.FSharp.Core


Documentation for assembly FSharp.Core, version 1.9.4.19, generated using F# version 1.9.4.19