I have a SortedDictionary<string,List<byte[]>> I need to concatenate all the byte[] arrays starting from the first till the last.
I have a SortedDictionary<string,List<byte[]>> I need to concatenate all the byte[] arrays starting from the first till the last.