TG.INI
IniSectionAdd Method (IniKeyValue) |
Adds an IniKeyValue to this section.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public void Add( IniKeyValue keyValue )
Public Sub Add ( keyValue As IniKeyValue )
public: void Add( IniKeyValue^ keyValue )
member Add : keyValue : IniKeyValue -> unit
Parameters
- keyValue
- Type: TG.INIIniKeyValue
The IniKeyValue to add.
See Also