For the complete documentation index, see llms.txt. This page is also available as Markdown.

IsValid

Property in Range

Summary

Gets a value indicating whether this range is valid.

public bool IsValid { get; }

Remarks

A range is valid when its start and end positions are both valid, and the start position is not after the end position.

Last updated

Was this helpful?