// Returns true if one or more instance of attributeType is defined on this member.
 public bool IsDefined(Type attributeType, bool inherit)
 {
     return(CustomAttribute.IsCAReturnValueDefined(m_method, attributeType, inherit));
 }