Exemple #1
0
 internal Enumerator(SyntaxList <TNode> list)
 {
     _list  = list;
     _index = -1;
 }