Click here to Skip to main content
15,879,535 members
Articles / Programming Languages / C#

Generic Tree Container in C# 2.0

Rate me:
Please Sign up or sign in to vote.
3.79/5 (14 votes)
11 Aug 20046 min read 140.8K   3.5K   40  
A small library implementing a generic tree container showing off generics and iterators.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
</configuration>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Chief Technology Officer
Austria Austria
Started with programming about 20 years ago as a teenager. Has been doing software-development for some 16 years now commercially.
Is interested in design and process. Language specifics are sometimes fun, but they're never here to stay.
simply loves MS' new toys, .NET and C#.

Had his own company for a while, creating games for a living Smile | :)

Nowadays more Ronin-style: doing contract work together with a few good friends...

Comments and Discussions