IniComment Constructor (String)

TG.INI

IniComment Constructor (String)

Initializes a new instance of IniComment with the comment value provided.

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniComment(
	string value
)
Public Sub New ( 
	value As String
)
public:
IniComment(
	String^ value
)
new : 
        value : string -> IniComment

Parameters

value
Type: SystemString
The comment value of this IniComment
See Also