Exemplo n.º 1
0
 public object GetObject(byte[] bytes, ref int index)
 {
     return(ByteArrayExtensions.GetValue <T>(bytes, size, ref index));
 }
Exemplo n.º 2
0
        public object GetObject(byte[] bytes, ref int index)
        {
            var value = ByteArrayExtensions.GetValue <ushort>(bytes, size, ref index);

            return(value);
        }