Metalama//API Documentation/Aspect API/Metalama.​Framework.​Run­Time/Field­Or­Property­Info/Get­Custom­Attributes
Open sandboxFocus

Method GetCustomAttributes

GetCustomAttributes(Boolean)

Declaration
public override object[] GetCustomAttributes(bool inherit)
Parameters
Type Name Description
Boolean inherit
Returns
Type Description
Object[]

GetCustomAttributes(Type, Boolean)

Declaration
public override object[] GetCustomAttributes(Type attributeType, bool inherit)
Parameters
Type Name Description
Type attributeType
Boolean inherit
Returns
Type Description
Object[]