MethodBindAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This attribute is used to specify that a method will participate in the scoring process for overload resolution.
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
[System.Serializable]
public sealed class MethodBindAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)>]
[<System.Serializable>]
type MethodBindAttribute = class
inherit Attribute
Public NotInheritable Class MethodBindAttribute
Inherits Attribute
- Inheritance
-
MethodBindAttribute
- Attributes
Constructors
MethodBindAttribute() |