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

◆ operator+() [4/6]

static TimeSpan IUnaryPlusOperators< TimeSpan, TimeSpan >. System.TimeSpan.operator+ ( TimeSpan value)
inlinestatic

Definition at line 677 of file TimeSpan.cs.

678 {
679 return +value;
680 }

References System.value.