Imported Upstream version 5.10.1.12

Former-commit-id: 074ae70b5bb50a3058d9113dd719374466705e4e
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2018-03-23 08:38:15 +00:00
parent 0a02617e00
commit cb025ef461
41 changed files with 39 additions and 39 deletions

View File

@@ -249,9 +249,9 @@ namespace System.Collections.Generic
buffer = GetBuffer(++row);
copied =
#if __MonoCS__
CopyToCore(buffer, column, array, arrayIndex, count);
CopyToCore(buffer, 0, array, arrayIndex, count);
#else
CopyToCore(buffer, column);
CopyToCore(buffer, 0);
#endif
} while (count > 0);