Exemplo n.º 1
0
 /// <summary>
 /// Clear the name annotation on this iterator or function.
 /// </summary>
 protected override void EndScope(QilNode node)
 {
     NameGenerator.ClearName(node);
 }