Sets a comment for this SofuObject.
Declaration Syntax
C# |
public void SetComment( string comment )
Parameters
- comment (String)
- New comment to set
Examples
CopyC#
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