Console..::..WriteLine Method (String, Object, Object, Object)
Writes the text representation of the specified objects, followed by the current line terminator, to the standard output stream using the specified format information.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[TemplateAttribute] public static void WriteLine( string format, Object arg0, Object arg1, Object arg2 )
<TemplateAttribute> _ Public Shared Sub WriteLine ( _ format As String, _ arg0 As Object, _ arg1 As Object, _ arg2 As Object _ )
[TemplateAttribute] public: static void WriteLine( String^ format, Object^ arg0, Object^ arg1, Object^ arg2 )
Parameters
- format
- Type: System..::..String
A composite format string.
- arg0
- Type: System..::..Object
The first object to write using format.
- arg1
- Type: System..::..Object
The second object to write using format.
- arg2
- Type: System..::..Object
The third object to write using format.