Sets a comment for this SofuObject.

C# |
public void SetComment( string comment )

- comment (String)
- New comment to set


Sofu.Sofu.Map file = SofuReader.LoadFile("file.sofu"); file.list("mylist").SetComment("This is my List"); file.Write("file.sofu"); //Will now contain the comment