[monkeydoc] Add back several legacy members in their own class for maximum compatibility
[mono.git] / mcs / tools / monkeydoc / MonkeyDoc / Tree.cs
index 6c57c83338b21112c32fc3f0888ac4330a2bfba5..11d3b834b7651c1bf9efcfd89295293e0975ed11 100644 (file)
@@ -16,7 +16,11 @@ namespace MonkeyDoc
        /* Ideally this class should also be abstracted to let user have something
         * else than a file as a backing store, a database for instance
         */
-       public class Tree
+       public
+#if LEGACY_MODE
+       partial
+#endif
+       class Tree
        {
                const long CurrentVersionNumber = 1;
                public readonly HelpSource HelpSource;