|
IniFileIniSectionAddKey Method
|
This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]
Adds a key to the IniSection object, returns a IniKey object
to the new or existing object
Namespace:
Furcadia.IO
Assembly:
FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 59
Syntax public IniFileIniSectionIniKey AddKey(
string sKey
)
Public Function AddKey (
sKey As String
) As IniFileIniSectionIniKey
Dim instance As IniFileIniSection
Dim sKey As String
Dim returnValue As IniFileIniSectionIniKey
returnValue = instance.AddKey(sKey)
public:
IniFileIniSectionIniKey^ AddKey(
String^ sKey
)
member AddKey :
sKey : string -> IniFileIniSectionIniKey
Parameters
- sKey
- Type: SystemString
The s key.
Return Value
Type:
IniFileIniSectionIniKey[Missing <returns> documentation for "M:Furcadia.IO.IniFile.IniSection.AddKey(System.String)"]
See Also