IniComment Class

TG.INI

IniComment Class

This class represents a INI comment line.
Inheritance Hierarchy
SystemObject  TG.INIIniEntry
    TG.INIIniComment

Namespace:  TG.INI
Assembly:  TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public class IniComment : IniEntry
Public Class IniComment
	Inherits IniEntry
public ref class IniComment : public IniEntry
type IniComment =  
    class
        inherit IniEntry
    end

The IniComment type exposes the following members.

Constructors
  NameDescription
Public methodIniComment
Initializes a new instance of IniComment.
Public methodIniComment(String)
Initializes a new instance of IniComment with the comment value provided.
Top
Properties
  NameDescription
Public propertyEntryType
Gets value Comment.
(Overrides IniEntryEntryType.)
Public propertyParentDocument
Gets the parent IniDocument.
(Inherited from IniEntry.)
Public propertyValue
Gets or Sets the comment value.
(Overrides IniEntryValue.)
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns comment output.
(Overrides IniEntryToString.)
Top
Events
  NameDescription
Public eventValueChanged
Event that is called when a value has changed.
(Inherited from IniEntry.)
Top
See Also