Sofu Documentation
AppendComment Method (comment)
NamespacesSofu.SofuSofuObjectAppendComment(String)
Appends to the comment of this SofuObject
Declaration Syntax
C#
public void AppendComment(
	string comment
)
Parameters
comment (String)
Comment to append
Examples
CopyC#
Sofu.Sofu.Map file = SofuReader.LoadFile("file.sofu");
file.list("mylist").AppendComment("This is my List");
file.list("mylist").AppendComment("I like it");
file.Write("file.sofu"); //Will now contain the comment

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