IniFile
Ini File Class
Properties
| Name | Type | Description |
|---|---|---|
| Count | int | Section Count |
| Item | IniSection | |
| Keys | ICollection<string> | Keys |
| Values | ICollection<IniSection> | Values |
Fields
| Name | Description |
|---|---|
| DefaultComparer | Default Comparer |
| SaveEmptySections | Save Empty Sections |
| StringComparer | String Comparer |
Methods
| Name | Description |
|---|---|
| Add | Add |
| Clear | Clear |
| ContainsSection | Contains Section |
| GetContents | Get Contents |
| GetEnumerator | Get Enumerator |
| Load | Load |
| Remove | Remove |
| Save | Save |
| SaveSection | Save Section |
| TryGetSection | Try Get Section |