Antlr4.Runtime.AntlrInputStream.Reset C# (CSharp) Method

Reset() public method

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
return void
        public virtual void Reset()
        {
            p = 0;
        }