IniFileSection Class |
Namespace: DHI.Mike1D.Generic
The IniFileSection type exposes the following members.
| Name | Description | |
|---|---|---|
| IniFileSection |
Default constructor. The object created here will be empty and always return the default value
|
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetBoolean |
Return a boolean value
| |
| GetDouble |
Return an double value
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetIniFileSection |
Return an IniFileSection. If an error occurs (file not found or section not found) a default
IniFileSection will be returned that always returns the default value.
| |
| GetInteger |
Return an integer value
| |
| GetString |
Return an string
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |