Method Write
Write(string)
Writes text to console at the current caret position. After write operation is performed, caret is moved to the position after the text.
void Write(string text)
Parameters
text
stringText to write.
Writes text to console at the current caret position. After write operation is performed, caret is moved to the position after the text.
void Write(string text)
text
stringText to write.