The IniFileSection type exposes the following members.

Constructors

  Name Description
Public method IniFileSection
Initializes a new instance of the IniFileSection class.

Methods

  Name Description
Public method Add
Adds an entry to this IniFileSection.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public method Exists
Gets whether an entry with the specified key exists in this IniFileSection.
Public method GetEnumerator
Gets an enumerator to traverse the entries in this IniFileSection.
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Remove
Removes an entry from the section.
Public method Set
Sets the value of an entry.
Public method ToString
Gets the string represenation of the this IniFileSection.
(Overrides Object..::..ToString()()()().)

Extension Methods

  Name Description
Public Extension Method IsNullOrDBNull
Inidicates whether the specified Object is null or DBNull.
(Defined by ObjectExtensions.)

Properties

  Name Description
Public property IsDirty
Gets a value indicating whether this IniFileSection is dirty.
Public property Item
Gets the value for a specified entry.
Public property Name
Gets or sets the name of this IniFileSection.

See Also