IniFileGetSectionKeys Method |
IniFileIO Documentation |
Returns the all the keys in the section with the specified name.
Namespace: IniFileIO
Assembly: IniFileIO (in IniFileIO.dll) Version: 1.4.0.6028 (1.4.0.06028)
Syntax
public IniFileKey[] GetSectionKeys( string name )
Public Function GetSectionKeys ( name As String ) As IniFileKey()
public: array<IniFileKey>^ GetSectionKeys( String^ name )
member GetSectionKeys : name : string -> IniFileKey[]
Parameters
- name
- Type: SystemString
Name of the target section.
Return Value
Type: IniFileKeyKeys of the first occurance of the section with the specified name.
Remarks
See Also