Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
SortedList()
[3/6]
System.Collections.SortedList.SortedList
(
IComparer
?
comparer
)
inline
Definition at line
671
of file
SortedList.cs
.
672
:
this
()
673
{
674
if
(
comparer
!=
null
)
675
{
676
this.comparer =
comparer
;
677
}
678
}
System.Collections.SortedList.comparer
IComparer comparer
Definition
SortedList.cs:566
References
System.Collections.SortedList.comparer
.
System
Collections
SortedList
Generated by
1.10.0