Table of Contents

Method IsValidPosition

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

IsValidPosition(long)

Return true if the given position is valid, i.e. positive and less than the last position.

bool IsValidPosition(long pos)

Parameters

pos long

Position to check.

Returns

bool