Sdílet prostřednictvím


MethodBindAttribute Třída

Definice

Tento atribut se používá k určení, že metoda se bude účastnit procesu vyhodnocování pro řešení přetížení.

[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
Dědičnost
MethodBindAttribute
Atributy

Konstruktory

MethodBindAttribute()

Tento atribut se používá k určení, že metoda se bude účastnit procesu vyhodnocování pro řešení přetížení.

Platí pro