CNCGUI.TextParser.Reset C# (CSharp) Méthode

Reset() public méthode

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

Same methods

TextParser::Reset ( string text ) : void