Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
operator<()
[1/2]
static
bool
IComparisonOperators
< sbyte, sbyte >. System.SByte.operator<
(
sbyte
left
,
sbyte
right
)
inline
static
Definition at line
363
of file
SByte.cs
.
364
{
365
return
left < right;
366
}
System
SByte
Generated by
1.10.0