0
kicks
Fastest way of copying bytes in C#
If you ever have come across having to copy a block of bytes from an array to another location, the fastest method I found in .NET framework is using the
System.Buffer.BlockCopy()