Appends to the comment of this SofuObject

C# |
public void AppendComment( string comment )

- comment (String)
- Comment to append


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