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