/// <summary> /// Moves to next command. /// </summary> /// <returns>true if there are any pending commands</returns> public bool MoveNext() { _current = NextCommand(); return _current != null; }
/// <summary> /// Moves to next command. /// </summary> /// <returns>true if there are any pending commands</returns> public bool MoveNext() { _current = NextCommand(); return(_current != null); }