Sofu Documentation
SetComment Method (comment)
NamespacesSofu.SofuSofuObjectSetComment(String)
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

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