/// <summary> /// Initializes a new instance of the <see cref="AreaDefinition"/> class. /// </summary> public AreaDefinition() { AreaString = new GenericParserString(); Separator = ":"; }
/// <summary> /// Initializes a new instance of the <see cref="SectionDefinition"/> class. /// </summary> public SectionDefinition() { SectionString = new GenericParserString(); Areas = new List <AreaDefinition>(); }