public override object[] GetCustomAttributes(bool inherit)
 {
     return(typeImpl.GetCustomAttributes(inherit));
 }