コード例 #1
0
 /// <summary>
 /// Gets the contents of the REPL window without the prompt text.
 /// </summary>
 public string GetReplTextWithoutPrompt()
 => _inProc.GetReplTextWithoutPrompt();
コード例 #2
0
 /// <summary>
 /// Gets the contents of the REPL window without the prompt text.
 /// </summary>
 public string GetReplTextWithoutPrompt()
 => _interactiveWindowInProc.GetReplTextWithoutPrompt();
コード例 #3
0
 /// <summary>
 /// Gets the contents of the REPL window without the prompt text.
 /// </summary>
 public string GetReplTextWithoutPrompt()
 {
     return(_inProc.GetReplTextWithoutPrompt());
 }