Click here to Skip to main content
15,891,670 members
Articles / Programming Languages / C#

Enumerable, Serializable Abstract Tree

Rate me:
Please Sign up or sign in to vote.
4.95/5 (22 votes)
25 Jan 2016CPOL20 min read 20.1K   486   37  
This article demonstrates how you can simply enumerate any generic tree depth-first as well as breadth-first using the described construct. Trees can be serialized binary (using the BinaryFormatter), custom binary and as XML.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Germany Germany
I've been programming .Net languages for over 12 years. I'm focused on game development and desktop application development.

I'm experienced in most common .Net technologies, WPF/XAML, CIL, SQL and a lot more. My current focus lies on CIL with Code Injection (based on my project VisualBug) and general IDE framework development.

Comments and Discussions