|
tModLoader v0.11.8.9
A mod to make and play Terraria mods
|
Inheritance diagram for Terraria.ModLoader.TopoSort< T >.SortingException:
Collaboration diagram for Terraria.ModLoader.TopoSort< T >.SortingException:Public Member Functions | |
| void | Add (List< T > cycle) |
Public Attributes | |
| IList< List< T > > | cycles = new List<List<T>>() |
| ISet< T > | set = new HashSet<T>() |
Properties | |
| override string | Message [get] |
Private Member Functions | |
| string | CycleToString (List< T > cycle) |
Definition at line 10 of file TopoSort.cs.
| void Terraria.ModLoader.TopoSort< T >.SortingException.Add | ( | List< T > | cycle | ) |
Definition at line 18 of file TopoSort.cs.
References Terraria.ModLoader.TopoSort< T >.SortingException.cycles.
|
private |
| IList<List<T> > Terraria.ModLoader.TopoSort< T >.SortingException.cycles = new List<List<T>>() |
Definition at line 13 of file TopoSort.cs.
Referenced by Terraria.ModLoader.TopoSort< T >.SortingException.Add().
| ISet<T> Terraria.ModLoader.TopoSort< T >.SortingException.set = new HashSet<T>() |
Definition at line 12 of file TopoSort.cs.
|
get |
Definition at line 16 of file TopoSort.cs.