Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
WriteLine()
[15/18]
static void System.Console.WriteLine
(
string
format
,
params object??[]
arg
)
inline
static
Definition at line
837
of file
Console.cs
.
838
{
839
if
(arg ==
null
)
840
{
841
Out
.WriteLine(
format
,
null
,
null
);
842
}
843
else
844
{
845
Out
.WriteLine(
format
, arg);
846
}
847
}
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