Method Add
- Namespace
- Sisk.IniConfiguration.Core
- Assembly
- Sisk.IniConfiguration.Core.dll
Add(string, string[])
public void Add(string key, string[] value)
Parameters
Add(string, string?)
Adds a new key-value pair to the INI section.
public void Add(string key, string? value)
Parameters
keystringThe key to be added.
valuestringThe value associated with the key, or
nullto set an empty value.
Add(KeyValuePair<string, string[]>)
public void Add(KeyValuePair<string, string[]> item)
Parameters
itemKeyValuePair<string, string[]>
English
Русский
Português
Español
Deutsch
中文 (简体)
日本語