Core.GeneralizableValueAttribute Class (F#)
Visual Studio 2010
Adding this attribute to a non-function value with generic parameters indicates that uses of the construct can give rise to generic code through type inference.
Namespace/Module Path: Microsoft.FSharp.Core
Assembly: FSharp.Core (in FSharp.Core.dll)
[<AttributeUsage(64, AllowMultiple = false)>] [<Sealed>] type GeneralizableValueAttribute = class new GeneralizableValueAttribute : unit -> GeneralizableValueAttribute end