Bridge

Console..::..Write Method (String, Object, Object, Object, Object)

Writes the text representation of the specified objects and variable-length parameter list to the standard output stream using the specified format information.

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


[TemplateAttribute]
public static void Write(
	string format,
	Object arg0,
	Object arg1,
	Object arg2,
	Object arg3
)
<TemplateAttribute> _
Public Shared Sub Write ( _
	format As String, _
	arg0 As Object, _
	arg1 As Object, _
	arg2 As Object, _
	arg3 As Object _
)
[TemplateAttribute]
public:
static void Write(
	String^ format, 
	Object^ arg0, 
	Object^ arg1, 
	Object^ arg2, 
	Object^ arg3
)

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.
arg3
Type: System..::..Object
The fourth object to write using format.