Sofu Documentation
List Constructor
NamespacesSofu.SofuListList()()()
Creates an empty List.
Declaration Syntax
C#
public List()
Examples
CopyC#
Sofu.Sofu.List mylist = new Sofu.Sofu.List();
mylist.AppendElement("Hello World");
list.Write("Hello World.sofu");

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