Writes the text represented by the specified array of objects to the console, followed by a newline character.
Namespace:
Rebex.TerminalEmulation
Assembly:
Rebex.Terminal (in Rebex.Terminal.dll)
Syntax
Visual Basic |
---|
Public Sub WriteLine ( _ format As String, _ ParamArray args As Object() _ ) |
C# |
---|
public void WriteLine( string format, params Object[] args ) |
Parameters
- format
- Type: System..::..String
The format string.
- args
- Type: array<System..::..Object>[]()[][]
Object to write using format.
Remarks
The text representation of the object array may contain ANSI control sequences.