CNCGUI.TextParser.Reset C# (CSharp) 메소드

Reset() 공개 메소드

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

Same methods

TextParser::Reset ( string text ) : void