public static RegionRowPtrEnumerator<T1, T2> EnumerateRowsMultiple<T1, T2>(RegionPtr<T1> region1, RegionPtr<T2> region2) where T1 : unmanaged where T2 : unmanaged
public static RegionRowPtrEnumerator<T1, T2, T3> EnumerateRowsMultiple<T1, T2, T3>(RegionPtr<T1> region1, RegionPtr<T2> region2, RegionPtr<T3> region3) where T1 : unmanaged where T2 : unmanaged where T3 : unmanaged
public static RegionRowPtrEnumerator<T1, T2, T3, T4> EnumerateRowsMultiple<T1, T2, T3, T4>(RegionPtr<T1> region1, RegionPtr<T2> region2, RegionPtr<T3> region3, RegionPtr<T4> region4) where T1 : unmanaged where T2 : unmanaged where T3 : unmanaged where T4 : unmanaged