MethodIdAttribute 类

定义

指定在接口方法上声明此属性的方法 ID。

[System.AttributeUsage(System.AttributeTargets.Method)]
public sealed class MethodIdAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method)>]
type MethodIdAttribute = class
    inherit Attribute
Public NotInheritable Class MethodIdAttribute
Inherits Attribute
继承
MethodIdAttribute
属性

注解

对于给定接口中的所有方法,方法 ID 必须是唯一的。 此属性仅适用于接口方法声明,不适用于类上的方法定义。

构造函数

MethodIdAttribute(Int32)

指定在接口方法上声明此属性的方法 ID。

属性

MethodId

获取此属性所声明的接口方法的方法 ID。

适用于