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

◆ operator<() [1/2]

static bool IComparisonOperators< byte, byte >. System.Byte.operator< ( byte left,
byte right )
inlinestatic

Definition at line 355 of file Byte.cs.

356 {
357 return left < right;
358 }