Method | Description | |
---|---|---|
GetCustomAttributesExtended ( this member, |
Gets custom attributes which supports MemberInfo and PropertyInfo.
|
|
HasAttribute ( this member, |
Determines if the ICustomAttributeProvider has the specified attribute.
|
public static GetCustomAttributesExtended ( this member, |
||
member | this | The |
attributeType | The attribute type. | |
inherit | bool | When true, look up the hierarchy chain for the inherited custom attribute. |
return | IEnumerable |
public static HasAttribute ( this member, |
||
member | this | The |
type | The attribute type. | |
return | bool |