Example #1
0
 public override bool IsDefined(Type attributeType, bool inherit)
 {
     return(AttributeUtils.IsDefined(this, attributeType, inherit));
 }
Example #2
0
 public override object[] GetCustomAttributes(Type attributeType, bool inherit)
 {
     return(AttributeUtils.GetCustomAttributes(ReflectionContext, this, attributeType, inherit));
 }