How to add more values to a TreeNode class in C#
        Posted  
        
            by Caslav
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Caslav
        
        
        
        Published on 2010-03-22T09:51:43Z
        Indexed on 
            2010/03/22
            10:31 UTC
        
        
        Read the original article
        Hit count: 263
        
A TreeNode class has
Text Name Tag
I need to assign more values to a TreeNode class like float1, float2, ... float6.
How can I do this??? pls help.
Thx, Caslav
© Stack Overflow or respective owner