Property | Type | Description | |
---|---|---|---|
ICloneable | object | ||
RecreateSectionRegex | void |
Method | Description | |
---|---|---|
Clone ( ) : |
Creates a new object that is a copy of the current instance.
|
|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
IniParserConfiguration ( ) : System |
Default values used if an instance of IniDataParser is created without specifying a configuration. By default the various delimiters for the data are setted: ';' for one-line comments '[' ']' for delimiting a section '=' for linking key / value pairs ;section comment |
|
IniParserConfiguration ( |
Copy ctor.
|
Method | Description | |
---|---|---|
ICloneable ( ) : object | ||
RecreateSectionRegex ( char value ) : void |
public IniParserConfiguration ( |
||
ori | /// Original instance to be copied. /// | |
return | System |