Furcadia Framework For Third Party Programs
IniFileIniSectionGetKey Method |
[This is preliminary documentation and is subject to change.]
Returns a IniKey object to the key by name, NULL if it was
not found
Namespace: Furcadia.IO
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 44
Syntax
public IniFileIniSectionIniKey GetKey( string sKey )
Public Function GetKey ( sKey As String ) As IniFileIniSectionIniKey Dim instance As IniFileIniSection Dim sKey As String Dim returnValue As IniFileIniSectionIniKey returnValue = instance.GetKey(sKey)
public: IniFileIniSectionIniKey^ GetKey( String^ sKey )
member GetKey : sKey : string -> IniFileIniSectionIniKey
Parameters
- sKey
- Type: SystemString
The s key.
Return Value
Type: IniFileIniSectionIniKey[Missing <returns> documentation for "M:Furcadia.IO.IniFile.IniSection.GetKey(System.String)"]
See Also