CNCGUI.TextParser.Reset C# (CSharp) Method

Reset() public method

Resets the current position to the start of the current document
public Reset ( ) : void
return void
        public void Reset()
        {
            _pos = 0;
        }

Same methods

TextParser::Reset ( string text ) : void