IniSection.AddComment Method

TG.INI

IniSectionAddComment Method

Initialize a new instance of IniComment and add it to the section.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniComment AddComment(
	string value
)
Public Function AddComment ( 
	value As String
) As IniComment
public:
IniComment^ AddComment(
	String^ value
)
member AddComment : 
        value : string -> IniComment 

Parameters

value
Type: SystemString
The comment value.

Return Value

Type: IniComment
A new instance of IniComment.
See Also