M_Furcadia_IO_IniFile_IniSection_GetKey - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
This stuff is still in the planning stages. Any questions or Comments are welcome. [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 43
C#
public IniFile.IniSection.IniKey GetKey(
string sKey
)
VB
Public Function GetKey (
sKey As String
) As IniFile.IniSection.IniKey
VB Usage
Dim instance As IniFile.IniSection
Dim sKey As String
Dim returnValue As IniFile.IniSection.IniKey
returnValue = instance.GetKey(sKey)
C++
public:
IniFile.IniSection.IniKey^ GetKey(
String^ sKey
)
F#
member GetKey :
sKey : string -> IniFile.IniSection.IniKey
- sKey
- Type: System.String
The s key.
Type: IniFile.IniSection.IniKey
[Missing documentation for "M:Furcadia.IO.IniFile.IniSection.GetKey(System.String)"]