Sofu Documentation
GetComment Method
NamespacesSofu.SofuSofuObjectGetComment()()()
Accesses the comment of this SofuObject.
Declaration Syntax
C#
public string GetComment()
Return Value
Returns the comment of this SofuObject
Examples
CopyC#
Sofu.Sofu.Map file = SofuReader.LoadFile("file.sofu");
Consile.Out.WriteLine("The comment for this file is: ");
Console.Out.WriteLine(file.GetComment());

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