Searched refs:AllButLastAndAggregate (Results 1 – 1 of 1) sorted by relevance
924 var allButLastOptional = AllButLastAndAggregate(prefixSplit, prefix.EndsWith(' ')); in SuggestCommands()929 var allButLast = AllButLastAndAggregate(prefixSplit); in SuggestCommands()1105 … private static String AllButLastAndAggregate(IEnumerable<String> value, bool dontDropLast = false) in AllButLastAndAggregate() method in Antmicro.Renode.UserInterface.Monitor