Writes the text represented by the specified object to the console, followed by a newline character.

Namespace:  Rebex.TerminalEmulation
Assembly:  Rebex.Terminal (in Rebex.Terminal.dll)

Syntax

Visual Basic
Public Sub WriteLine ( _
	value As Object _
)
C#
public void WriteLine(
	Object value
)

Parameters

value
Type: System..::..Object

Remarks

The text representation of the object may contain ANSI control sequences.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also