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

◆ OpenStandardInput() [2/2]

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

Definition at line 635 of file Console.cs.

636 {
637 if (bufferSize < 0)
638 {
639 throw new ArgumentOutOfRangeException("bufferSize", System.SR.ArgumentOutOfRange_NeedNonNegNum);
640 }
641 return ConsolePal.OpenStandardInput();
642 }
static string ArgumentOutOfRange_NeedNonNegNum
Definition SR.cs:32
Definition SR.cs:7

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