Exemple #1
0
 /// <summary>
 /// Resets the Repl's command history
 /// </summary>
 public void ResetHistory() {
     _history = new ReplHistory();
 }
Exemple #2
0
 /// <summary>
 /// Resets the Repl's command history
 /// </summary>
 public void ResetHistory()
 {
     _history = new ReplHistory();
 }