Microsoft.R.Components.InteractiveWorkflow.Implementation.InteractiveWindowConsole.WriteLine C# (CSharp) Method

WriteLine() public method

public WriteLine ( string text ) : void
text string
return void
        public void WriteLine(string text) => Write(text + Environment.NewLine);