/// <inheritdoc/> public override IType VisitPointerType(PointerType type) { Formatter.Append("*** Unknow type "); Formatter.Append(type.ToString()); return(base.VisitPointerType(type)); }