Class ParameterIndexRange
Represents a contiguous parameter index range.
public class ParameterIndexRange
- Inheritance
-
ParameterIndexRange
- Inherited Members
Properties
Length
Gets or sets the length of the range.
public int Length { get; set; }
Property Value
Start
Gets or sets the start index (0-based).
public int Start { get; set; }