[]
Initializes a new instance of the RangeGroupInfo class.
public RangeGroupInfo()
Public Sub New()
Initializes a new instance of the RangeGroupInfo class with the start index, end index, and parent group.
public RangeGroupInfo(int startIndex, int endIndex, RangeGroupInfo parent)
Public Sub New(startIndex As Integer, endIndex As Integer, parent As RangeGroupInfo)
Type | Name | Description |
---|---|---|
int | startIndex | Start index |
int | endIndex | End index |
RangeGroupInfo | parent | Parent group |
Initializes a new instance of the RangeGroupInfo class with the start index and end index.
public RangeGroupInfo(int startIndex, int endIndex)
Public Sub New(startIndex As Integer, endIndex As Integer)
Type | Name | Description |
---|---|---|
int | startIndex | |
int | endIndex |