Sofu Documentation
WriteBinary Method (output)
NamespacesSofu.SofuSofuObjectWriteBinary(String)
Writes this SofuObject and all its children into a binary sofu file
Declaration Syntax
C#
public void WriteBinary(
	string output
)
Parameters
output (String)
File to write to
Examples
CopyC#
Sofu.Sofu.Map map = new Sofu.Sofu.Map();
map.SetAttribute("Hello",new Sofu.Sofu.Value("World");
map.Write("helloworld.bsofu");

Assembly: Sofu (Module: Sofu) Version: 0.2.1.0 (0.2.1.0)