コード例 #1
0
 /// <summary>
 /// Gets the last output from the REPL.
 /// </summary>
 public string GetLastReplOutput()
 => _inProc.GetLastReplOutput();
コード例 #2
0
 /// <summary>
 /// Gets the last output from the REPL.
 /// </summary>
 public string GetLastReplOutput()
 => _interactiveWindowInProc.GetLastReplOutput();
コード例 #3
0
 /// <summary>
 /// Gets the last output from the REPL.
 /// </summary>
 public string GetLastReplOutput()
 {
     return(_inProc.GetLastReplOutput());
 }