Open sandboxFocus

Method GetCustomAttributes

GetCustomAttributes(bool)

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

GetCustomAttributes(Type, bool)

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