PowerArgs.ContextAssistSearch.ClearMenu C# (CSharp) 메소드

ClearMenu() 공개 메소드

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