Sofu Documentation
AppendElement Method (element)
NamespacesSofu.SofuListAppendElement(SofuObject)
Appends one element to the end of the List
Declaration Syntax
C#
public void AppendElement(
	SofuObject element
)
Parameters
element (SofuObject)
Element to append
Examples
CopyC#
Sofu.Sofu.List list = new Sofu.Sofu.List();
list.AppendElement(new Sofu.Sofu.Value("Hello World"));
list.AppendElement(new Sofu.Sofu.Value("Hello World again"));
list.Write("helloworldlist.sofu");

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