Base:
1 override of GetCustomAttributes
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingEventInfo.cs (1)
63
public override object[]
GetCustomAttributes
(Type attributeType, bool inherit)
1 reference to GetCustomAttributes
System.Reflection.Context (1)
System\Reflection\Context\Projection\ProjectingEventInfo.cs (1)
67
return base.
GetCustomAttributes
(attributeType, inherit);