public override object[] GetCustomAttributes(Type attributeType, bool inherit) { ArgumentUtility.CheckNotNull("attributeType", attributeType); return(CustomAttributeFinder.GetCustomAttributes(this, attributeType, inherit)); }
public override object[] GetCustomAttributes(bool inherit) { return(CustomAttributeFinder.GetCustomAttributes(this, inherit)); }