Exemple #1
0
 /// <summary>
 /// Gets the last input from the REPL.
 /// </summary>
 public string GetLastReplInput()
 => _interactiveWindowInProc.GetLastReplInput();
 /// <summary>
 /// Gets the last input from the REPL.
 /// </summary>
 public string GetLastReplInput()
 => _inProc.GetLastReplInput();