Deveel.History.ClearHistory C# (CSharp) Method

ClearHistory() public static method

Clear the scroll-back history.
public static ClearHistory ( ) : void
return void
        public static void ClearHistory()
        {
            history.Clear();
        }