IndexRange constructor

Initializes a new instance of the IndexRange class.

public IndexRange(int start, int length)
parameter description
start The start of the index range.
length Length of the index range.

See Also