/// <summary> /// When overridden in a derived class, saves the current node to the specified /// VmtWriter. /// </summary> /// <param name="w">The VmtWriter to which you want to save.</param> public abstract void WriteTo(VmtWriter w);
/// <summary> /// When overridden in a derived class, saves all the child nodes of the node /// to the specified VmtWriter. /// </summary> /// <param name="w">The VmtWriter to which you want to save.</param> public abstract void WriteContentTo(VmtWriter w);