'宣言 Public Overridable Function Select( _ ByVal row As System.Integer, _ ByVal col As System.Integer, _ ByVal row2 As System.Nullable(Of Integer), _ ByVal col2 As System.Nullable(Of Integer) _ ) As TransposedGridBuilder(Of T)
public virtual TransposedGridBuilder<T> Select( System.int row, System.int col, System.Nullable<int> row2, System.Nullable<int> col2 )
パラメータ
- row
- col
- row2
- col2