'Declaration Public Function New( _ ByVal start As Integer, _ ByVal length As Nullable(Of Integer) _ )
public Range( int start, Nullable<int> length )
Parameters
- start
- The start of the range.
- length
- The length of the range.
'Declaration Public Function New( _ ByVal start As Integer, _ ByVal length As Nullable(Of Integer) _ )
public Range( int start, Nullable<int> length )