[Home] Type Microsoft.FSharp.Core.OverloadIDAttribute


Adding the OverloadID attribute to a member permits it to be part of a group overloaded by the same name and arity. The string must be a unique name amongst those in the overload set. Overrides of this method, if permitted, must be given the same OverloadID, and the OverloadID must be specified in both signature and implementation files if signature files are used.

Full Type Signature

[<AttributeUsage (enum<AttributeTargets> (64))>]
type OverloadIDAttribute = class
                             inherit Attribute
                           end
                           with
                             new : uniqueName:string -> OverloadIDAttribute
                             member UniqueName : string
                           end

Instance Members

MemberDescription
member UniqueName : string
A unique identifier for this overloaded member within a given overload set

Static Members

MemberDescription
new : uniqueName:string -> OverloadIDAttribute

See Also

Microsoft.FSharp.Core


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