I tried to look at the implementation of Array.Copy in C# with ILSpy but it didn\'t show me the implementation itself.
Array.Copy
I wrote a simple benchmark, Array
Same techniques used to write a fast memcpy function:
memcpy
See also: