Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
TreeWalkPredicate.cs
Go to the documentation of this file.
1
namespace
System.Collections.Generic
;
2
3
internal
delegate
bool
TreeWalkPredicate<T>
(
SortedSet<T>
.Node
node
);
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Collections.Generic.TreeWalkPredicate< T >
delegate bool TreeWalkPredicate< T >(SortedSet< T >.Node node)
System.Collections.Generic
Definition
IHashKeyCollection.cs:1
source
System.Collections
System.Collections.Generic
TreeWalkPredicate.cs
Generated by
1.10.0