Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Write()
[14/17]
static void System.Console.Write
(
string
format
,
params object??[]
arg
)
inline
static
Definition at line
868
of file
Console.cs
.
869
{
870
if
(arg ==
null
)
871
{
872
Out
.Write(
format
,
null
,
null
);
873
}
874
else
875
{
876
Out
.Write(
format
, arg);
877
}
878
}
System.Console.Out
static TextWriter Out
Definition
Console.cs:153
System.ExceptionArgument.format
@ format
References
System.format
, and
System.Console.Out
.
System
Console
Generated by
1.10.0