MetalamaAPI documentationAspect APIMetalama.​Framework.​Run­TimeField­Or­Property­InfoGet­Custom­Attributes
Open sandboxFocus

FieldOrPropertyInfo.GetCustomAttributes Method

GetCustomAttributes(bool)

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

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
MemberInfo.GetCustomAttributes(Type, bool)