Add
Overloads
| Name | Description |
|---|---|
| Add(string section, Dictionary<string, IniValue> values, bool ordered) | Add |
| Add(string section, IniSection value) | Add |
| Add(string section, bool ordered) | Add |
Add(string section, Dictionary<string, IniValue> values, bool ordered)
public IniSection Add(string section, Dictionary<string, IniValue> values, bool ordered)
Add
Parameters
| Name | Type | Description |
|---|---|---|
| section | string | Section |
| values | Dictionary<string, IniValue> | Values |
| ordered | bool | Ordered |
Returns
| Type | Description |
|---|---|
| IniSection | Added Section |
Add(string section, IniSection value)
public IniSection Add(string section, IniSection value)
Add
Parameters
| Name | Type | Description |
|---|---|---|
| section | string | Section |
| value | IniSection | Value |
Returns
| Type | Description |
|---|---|
| IniSection | Added Section |
Add(string section, bool ordered)
public IniSection Add(string section, bool ordered)
Add
Parameters
| Name | Type | Description |
|---|---|---|
| section | string | Section |
| ordered | bool | Ordered |
Returns
| Type | Description |
|---|---|
| IniSection | Added Section |