Last updated 4 months ago
Was this helpful?
Property in
Gets a value indicating whether this range is valid.
A range is valid when its start and end positions are both valid, and the start position is not after the end position.
public bool IsValid { get; }