'宣言
Public Function New( _ ByVal start As Integer, _ ByVal length As Nullable(Of Integer) _ )
public Range( int start, Nullable<int> length )
パラメータ
- start
- 範囲の開始。
- length
- 範囲の長さ。
'宣言
Public Function New( _ ByVal start As Integer, _ ByVal length As Nullable(Of Integer) _ )
public Range( int start, Nullable<int> length )