Ejemplo n.º 1
0
 internal static IEnumerable <string> FindSuggestions(
     this IReadOnlyCollection <string> candidates,
     ParseResult parseResult) =>
 candidates.FindSuggestions(parseResult.TextToMatch());