RU> public static byte[] Decode(uint[] l) RU> { RU> return l.SelectMany(u => BitConverter.GetBytes(u)).ToArray(); RU> } RU>