private string curToStr()
 {
     return(_currentValue != null ? _currentToken + " " + _currentValue : _currentToken.ToString());
 }
Example #2
0
 private string curToStr()
 {
     return(m_curVal != null ? m_tokCur + " " + m_curVal : m_tokCur.ToString());
 }