Ejemplo n.º 1
0
 void IDomNodeVisitor.Visit(DomEntity entity)
 {
     VisitEntity(entity);
 }
Ejemplo n.º 2
0
        protected virtual void VisitEntity(DomEntity entity)
        {
            if (entity == null)
                throw new ArgumentNullException("entity");

            DefaultVisit(entity);
        }