public virtual AstNode VisitIdentifierType(IdentifierType ast) { return(ast); }
CodeObject Ast.IAstVisitor <CodeObject> .VisitIdentifierType(Ast.IdentifierType ast) { throw new NotImplementedException(); }