IniFile.GetSectionKeys Method

IniFileIO

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: IniFileKey
Keys of the first occurance of the section with the specified name.
Remarks

Alternate way to call GetAllKeys(String, String).
See Also

Reference