Bridge

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

Writes the specified string value to the standard output stream.

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

Syntax


[TemplateAttribute]
public static void Write(
	string value
)
<TemplateAttribute> _
Public Shared Sub Write ( _
	value As String _
)
[TemplateAttribute]
public:
static void Write(
	String^ value
)

Parameters

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