This method allocates a new array with the specified size, copies elements from the old array to the new one, and then replaces the old array with the new one. array must be a one-dimensional array.
https://github.com/dotnet/corefx/blob/master/src/Common/src/CoreLib/System/Array.cs#L41
Обсуждают сегодня