SetIn()

Console::SetIn(const SharedPtr<System::IO::TextReader>&) method

Sets the In property to the specified TextReader object.

static void System::Console::SetIn(const SharedPtr<System::IO::TextReader> &value)

Arguments

ParameterTypeDescription
valueconst SharedPtr<System::IO::TextReader>&The TextReader object to assign to the In property

See Also