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

◆ AllDependencies()

ISet< T > Terraria.ModLoader.TopoSort< T >.AllDependencies ( T t)
inline

Definition at line 112 of file TopoSort.cs.

113 {
114 HashSet<T> set = new HashSet<T>();
115 BuildSet(t, dependencyDict, set);
116 return set;
117 }
IDictionary< T, List< T > > dependencyDict
Definition TopoSort.cs:35
static void BuildSet(T t, IDictionary< T, List< T > > dict, ISet< T > set)
Definition TopoSort.cs:79

References Terraria.ModLoader.TopoSort< T >.BuildSet(), and Terraria.ModLoader.TopoSort< T >.dependencyDict.

+ Here is the call graph for this function: