Writes the text representation of the specified object to the console, followed by an end-of-line sequence.

Namespace:  Rebex.Net.Servers
Assembly:  Rebex.FileServer (in Rebex.FileServer.dll)

Syntax

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

Parameters

value
Type: System..::..Object
The value to write.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also