C#C
C#3y ago
Dawnbomb

❔ ✅ Help with searching a class of classes for something?

So, i have a StartingClass, it has a list of classes, and that list has a list of classes, etc. Eventually it gets to EntryClass.

How do i search StartingClass to find the EntryClass, that THAT entryclass's string name is "Dog" and then put THAT entryclass's string something into a textbox.

so like, DebugTextbox.Text = TargetEntry.Something;
but yeah, how do i search StartingClass to find the correct EntryClass and set that EntryClass as the TargetClass?
Was this page helpful?