IniSection Methods

TG.INI

IniSection Methods

The IniSection type exposes the following members.

Methods
  NameDescription
Public methodAdd(IniEntry)
Adds an IniEntry to the section.
Public methodAdd(IniKeyValue)
Adds an IniKeyValue to this section.
Public methodAddComment
Initialize a new instance of IniComment and add it to the section.
Public methodAddKeyValue(String, String)
Adds a new key/value entry to the section.
Public methodAddKeyValue(String, String, Boolean, Boolean)
Adds a new key/value entry to the section.
Public methodClear (Inherited from CollectionBase.)
Public methodContainsKey
Checks if a key exists in the section.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFind
Public methodGetEnumerator (Inherited from CollectionBase.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnClear (Inherited from CollectionBase.)
Protected methodOnClearComplete (Inherited from CollectionBase.)
Protected methodOnInsert (Inherited from CollectionBase.)
Protected methodOnInsertComplete (Inherited from CollectionBase.)
Protected methodOnRemove (Inherited from CollectionBase.)
Protected methodOnRemoveComplete (Inherited from CollectionBase.)
Protected methodOnSet (Inherited from CollectionBase.)
Protected methodOnSetComplete (Inherited from CollectionBase.)
Protected methodOnValidate (Inherited from CollectionBase.)
Public methodRemoveAt (Inherited from CollectionBase.)
Public methodRemoveEntry
Public methodToString
Returns the INI section output.
(Overrides ObjectToString.)
Top
See Also