IniFile.GetAllKeysWithAName Method

IniFileIO

IniFileGetAllKeysWithAName Method

IniFileIO Documentation
Returns the all the keys within sectionName which have a non-empty Name.

Namespace:  IniFileIO
Assembly:  IniFileIO (in IniFileIO.dll) Version: 1.4.0.6028 (1.4.0.06028)
Syntax

public IniFileKey[] GetAllKeysWithAName(
	string sectionName
)
Public Function GetAllKeysWithAName ( 
	sectionName As String
) As IniFileKey()
public:
array<IniFileKey>^ GetAllKeysWithAName(
	String^ sectionName
)
member GetAllKeysWithAName : 
        sectionName : string -> IniFileKey[] 

Parameters

sectionName
Type: SystemString
Parent section to search.

Return Value

Type: IniFileKey
Keys within the provided section which have a non-empty Name property.
See Also

Reference