Exemplo n.º 1
0
 void IHxlLanguageVisitor.Visit(HxlRenderAttribute attribute)
 {
     VisitRender(attribute);
 }
Exemplo n.º 2
0
 protected virtual void VisitRender(HxlRenderAttribute attribute)
 {
     DefaultVisit(attribute);
 }