© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
3 replies
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
string name
is "Dog" and then put THAT entryclass's
string something
string something
into a textbox.

so like,
DebugTextbox.Text = TargetEntry.Something;
DebugTextbox.Text = TargetEntry.Something;

but yeah, how do i search StartingClass to find the correct EntryClass and set that EntryClass as the TargetClass?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Help designing classes for a game
C#CC# / help
2y ago
✅ Searching For a Book
C#CC# / help
9mo ago
✅ Nested classes in C# with parent being a generic class
C#CC# / help
13mo ago
✅ Need some help with classes
C#CC# / help
4y ago