Saves the current state as XML.
Writes the current state to an XML document at the specified path.
public void WriteTo(string);
Writes the current state to an XmlWriter.
public void WriteTo(XmlWriter);
RebarState Class | Skybound.Rebar Namespace