MethodBindAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此属性用于指定方法将参与重载解析的评分过程。
[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() |
此属性用于指定方法将参与重载解析的评分过程。 |