Example #1
0
 /// <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);
Example #2
0
 /// <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);
Example #3
0
 /// <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);
Example #4
0
 /// <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);