Home
last modified time | relevance | path

Searched refs:AllButLastAndAggregate (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitor.cs924 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