System.Console.Out Property

Gets the standard output stream.

Syntax

public static System.IO.TextWriter Out { get; }

Value

A synchronized System.IO.TextWriter object where normal output is sent.

Remarks

This property is set to the standard output stream by default. This property can be set to another stream with the Console.SetOut(System.IO.TextWriter) method.

Note that calls to Console.Out.WriteLine methods are equivalent to calls to the corresponding erload:System.Console.WriteLine methods.

Requirements

Namespace: System
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0