public virtual IType VisitPointerType(PointerType type)
 {
     return(type.VisitChildren(this));
 }