Share via


MethodBindAttribute Class

Definition

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()

Applies to