IniFileGetAllSections Method |
IniFileIO Documentation |
Returns the all the sections with the specified name in the object.
Namespace: IniFileIO
Assembly: IniFileIO (in IniFileIO.dll) Version: 1.4.0.6028 (1.4.0.06028)
Syntax
public IniFileSection[] GetAllSections( string name = "" )
Public Function GetAllSections ( Optional name As String = "" ) As IniFileSection()
public: array<IniFileSection>^ GetAllSections( String^ name = L"" )
member GetAllSections : ?name : string (* Defaults: let _name = defaultArg name "" *) -> IniFileSection[]
Parameters
- name (Optional)
- Type: SystemString
If provided, only the sections matching the specified value are returned. If not provided, all sections are returned.
Return Value
Type: IniFileSectionSection data.
See Also