Пример #1
0
 public static IEnumerable <T> ParseMany <T>(this IInlineParser <T> parser, ParserContext context, string input)
     where T : class
 {
     return(parser.ParseMany(context, new Subject(input)));
 }