Method NextIfWhitespace
NextIfWhitespace()
Moves offset to next non-whitespace character. Doesn't move if the offset is already at
non-whitespace. There is very little reason for subclasses to call this because
most other parsing methods call it.
Declaration
public virtual void NextIfWhitespace()