Exemplo n.º 1
0
 public IEnumerable <object> CborEncodings() => CborEncoding.GetEncodings();
Exemplo n.º 2
0
        public void SkipValue(CborEncoding encoding)
        {
            var reader = new CborReader(encoding.Payload, encoding.ConformanceMode);

            reader.SkipValue();
        }