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

◆ Insert() [1/2]

int System.Data.RBTree< K >.Insert ( int position,
K item )
inline

Definition at line 1257 of file RBTree.cs.

1258 {
1259 return InsertAt(position, item, append: false);
1260 }
int InsertAt(int position, K item, bool append)
Definition RBTree.cs:1262

References System.Data.RBTree< K >.InsertAt(), and System.item.