I would like to store and process information which I have in following format.
Please let me know what are the suitable data types available in C# to achieve this requirement.
Also "stat" is additional information which I would like to attach with each node. How should I carry that with each node.
Root -stat
|
!_Node1 - stat
| |_Node1-1 stat
|
|_Node2 -stat
|_Node2-1 - stat