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[] |