Sofu Documentation
Map Constructor
NamespacesSofu.SofuMapMap()()()
Creates a new empty Sofu.Map
Declaration Syntax
C#
public Map()
Examples
CopyC#
Sofu.Sofu.Map mymap = new Sofu.Sofu.Map();
mymap.SetAttribute("Text",new Sofu.Sofu.Value("Hello World"));
mymap.Write("helloworld.sofu");

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