Exemple #1
0
 public Tree()
 {
     headnode = new Leaf();
 }
 internal static void Write(this BinaryWriter bw, Leaf leaf)
 {
     leaf.Write(bw);
 }