Method IsValidPosition
IsValidPosition(long)
Return true if the given position is valid, i.e. positive and less than the last position.
public virtual bool IsValidPosition(long pos)
Parameters
pos
longPosition to check.
Return true if the given position is valid, i.e. positive and less than the last position.
public virtual bool IsValidPosition(long pos)
pos
longPosition to check.