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
Member | Description |
member UniqueName : string |
A unique identifier for this overloaded member within a given overload set
|
Static Members
|