Tree Collection

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Reg

    #1

    Tree Collection

    Hello,

    Has C# 2.0 Tree Collection or is it missing?
    There is a ThreeNodeCollec tion for Win Forms but not as an data structure.
    How have you implement TreeCollection just for data storage?

    Cheers,


  • Niels Ull

    #2
    Re: Tree Collection

    Hello,
    >
    Has C# 2.0 Tree Collection or is it missing?
    There is a ThreeNodeCollec tion for Win Forms but not as an data
    structure.
    How have you implement TreeCollection just for data storage?
    The CLR doesn't contain that many collection classes.

    You may want to look at free third party libraries, such as C5 (http://www.itu.dk/research/c5/)
    or Power Collections (http://www.codeplex.com/PowerCollections).

    Cheers,
    >

    Comment

    Working...