Пример #1
0
 public static List <CbVal> Parse(string source, CBONParserOptions options) => Parser.Parser.Parse(source, options);
Пример #2
0
 public static List <CbVal> Parse <T>(T source, CBONParserOptions options) where T : IEnumerable <char> => Parser.Parser.Parse(source, options);