Initializes a new instance of the
Chunk structure from the specified values.
'Declaration
Public Function New( _
ByVal As Integer, _
ByVal As Integer _
)
'Usage
Dim index As Integer
Dim index2 As Integer
Dim instance As New Chunk(index, index2)
Parameters
- index
- The start index.
- index2
- The end index.