MethodBindAttribute 类

定义

此属性用于指定方法将参与重载解析的评分过程。

[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
继承
MethodBindAttribute
属性

构造函数

MethodBindAttribute()

此属性用于指定方法将参与重载解析的评分过程。

适用于