Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ OpenStandardOutput() [2/2]

static Stream System.Console.OpenStandardOutput ( int bufferSize)
inlinestatic

Definition at line 649 of file Console.cs.

650 {
651 if (bufferSize < 0)
652 {
653 throw new ArgumentOutOfRangeException("bufferSize", System.SR.ArgumentOutOfRange_NeedNonNegNum);
654 }
655 return ConsolePal.OpenStandardOutput();
656 }
static string ArgumentOutOfRange_NeedNonNegNum
Definition SR.cs:32
Definition SR.cs:7

References System.SR.ArgumentOutOfRange_NeedNonNegNum, and System.ConsolePal.OpenStandardOutput().