The IniFileSection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
IniFileSection |
Initializes a new instance of the IniFileSection class.
|
Methods
Name | Description | |
---|---|---|
![]() |
Add |
Adds an entry to this IniFileSection.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
Exists |
Gets whether an entry with the specified key exists in this IniFileSection.
|
![]() |
GetEnumerator |
Gets an enumerator to traverse the entries in this IniFileSection.
|
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
Remove |
Removes an entry from the section.
|
![]() |
Set |
Sets the value of an entry.
|
![]() |
ToString |
Gets the string represenation of the this IniFileSection.
(Overrides Object..::..ToString()()()().) |
Extension Methods
Name | Description | |
---|---|---|
![]() |
IsNullOrDBNull | (Defined by ObjectExtensions.) |
Properties
Name | Description | |
---|---|---|
![]() |
IsDirty |
Gets a value indicating whether this IniFileSection is dirty.
|
![]() |
Item |
Gets the value for a specified entry.
|
![]() |
Name |
Gets or sets the name of this IniFileSection.
|