Antlr4.Runtime.AntlrInputStream.Reset C# (CSharp) Méthode

Reset() public méthode

Reset the stream so that it's in the same state it was when the object was created *except* the data array is not touched.
Reset the stream so that it's in the same state it was when the object was created *except* the data array is not touched.
public Reset ( ) : void
Résultat void
        public virtual void Reset()
        {
            p = 0;
        }