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