Core.MeasureAnnotatedAbbreviationAttribute Class (F#)
Visual Studio 2012
Adding this attribute to a type causes it to be interpreted as a refined type, currently limited to measure-parameterized types. This may only be used under very limited conditions.
Namespace/Module Path: Microsoft.FSharp.Core
Assembly: FSharp.Core (in FSharp.Core.dll)
[<AttributeUsage(AttributeTargets.Class, AllowMultiple = false)>] [<Sealed>] type MeasureAnnotatedAbbreviationAttribute = class new MeasureAnnotatedAbbreviationAttribute : unit -> MeasureAnnotatedAbbreviationAttribute end