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.