Dela via


MethodBindAttribute Klass

Definition

Det här attributet används för att ange att en metod ska delta i bedömningsprocessen för överbelastningsmatchning.

[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
Arv
MethodBindAttribute
Attribut

Konstruktorer

MethodBindAttribute()

Det här attributet används för att ange att en metod ska delta i bedömningsprocessen för överbelastningsmatchning.

Gäller för