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