'Declaration Public Function New( _ ByVal start As Integer, _ ByVal end As Integer _ )
'Usage Dim start As Integer Dim end As Integer Dim instance As New LinearRange(start, end)
public LinearRange( int start, int end )
LinearRange Structure LinearRange Members