Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Worse()
static
OrdinalIndexState
System.Linq.Parallel.ExchangeUtilities.Worse
(
this
OrdinalIndexState
state1
,
OrdinalIndexState
state2
)
inline
static
package
Definition at line
46
of file
ExchangeUtilities.cs
.
47
{
48
if
((
int
)
state1
<= (
int
)
state2
)
49
{
50
return
state2
;
51
}
52
return
state1
;
53
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System
Linq
Parallel
ExchangeUtilities
Generated by
1.10.0