示例#1
0
 internal Enumerator(SyntaxNodeOrTokenList list)
 {
     this.en      = list.GetEnumerator();
     this.current = default(TNode);
 }