Console: In_ (get)

In_

Returns the input source currently used by the Console.



 Public Property Get In_ ( ) As TextReader

Return Values

TextReader -  Returns an object that implements the TextReader interface

Remarks

The default source of the input is the Keyboard. This can be changed by using the SetIn function.

Read Only.

See Also

Project CorLib Overview

Class Console Overview