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