MethodBuilder.IsDefined(Type, Boolean) 方法

定义

检查是否定义了指定的自定义属性类型。

public:
 override bool IsDefined(Type ^ attributeType, bool inherit);
public override bool IsDefined (Type attributeType, bool inherit);
override this.IsDefined : Type * bool -> bool
Public Overrides Function IsDefined (attributeType As Type, inherit As Boolean) As Boolean

参数

attributeType
Type

自定义属性类型。

inherit
Boolean

指定是否搜索此成员的继承链以查找自定义属性。

返回

如果定义了指定的自定义属性类型,则为 true;否则为 false

例外

适用于