/// <summary> /// Gets the contents of the REPL window without the prompt text. /// </summary> public string GetReplTextWithoutPrompt() => _inProc.GetReplTextWithoutPrompt();
/// <summary> /// Gets the contents of the REPL window without the prompt text. /// </summary> public string GetReplTextWithoutPrompt() => _interactiveWindowInProc.GetReplTextWithoutPrompt();
/// <summary> /// Gets the contents of the REPL window without the prompt text. /// </summary> public string GetReplTextWithoutPrompt() { return(_inProc.GetReplTextWithoutPrompt()); }