Table of Contents

Method Write

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 string

Text to write.