Next() public method

public Next ( ) : TOKEN
return TOKEN
Beispiel #1
0
 public bool MoveNext()
 {
     t = lxr.Next();
     return(t != null);
 }