Class ProfileIniFile
Subclass of IniFile that allows INI sections to be read with the profile keyword in front of the section name.
public class ProfileIniFile : IniFile
- Inheritance
-
ProfileIniFile
- Inherited Members
Constructors
ProfileIniFile(string, bool)
public ProfileIniFile(string filePath, bool profileMarkerRequired)
Parameters
Properties
ProfileMarkerRequired
public bool ProfileMarkerRequired { get; set; }
Property Value
Methods
ListSectionNames()
public override HashSet<string> ListSectionNames()
Returns
TryGetSection(string, out Dictionary<string, string>)
public override bool TryGetSection(string sectionName, out Dictionary<string, string> properties)
Parameters
sectionName
stringproperties
Dictionary<string, string>