Array.Copy with long length overload
Closed this issue · 1 comments
NN--- commented
.NET Standard < 2.0 and .NET Core < 2.0 don't have Array methods with long length:
public static void Copy(Array sourceArray, Array destinationArray, long length);
public static void Copy(Array sourceArray, long sourceIndex, Array destinationArray, long destinationIndex, long length)
theraot commented
Nuget version 3.1.0