PowerArgs.ContextAssistSearch.ClearMenu C# (CSharp) Method

ClearMenu() public method

Clears the menu from the console
public ClearMenu ( RichCommandLineContext notUsed ) : void
notUsed RichCommandLineContext
return void
        public virtual void ClearMenu(RichCommandLineContext notUsed)
        {
            menuWiper.Wipe();
        }