示例#1
0
        char?NextChar()
        {
            var c = _pos.Current;

            _pos = _pos.MoveRight();
            return(c);
        }