Next() public méthode

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