Helper method. Appends one array to the other. The second parameter, appendingArray, can be null. In that case the original byte array is returned and no copy is made.
A new created byte array with the two arrays merged together. Or the original array if the appendingArray was null.
NetworkMessage Class | XihSolutions.DotMSN.Core Namespace