FoldRange constructor

FoldRange(
  1. int startIndex,
  2. int endIndex
)

Creates a FoldRange with the specified start and end line indices.

Implementation

FoldRange(this.startIndex, this.endIndex);