public INISectionCollection(INIDocument document)
 {
     this.Document = document;
 }
Example #2
0
 public INISection(INIDocument document)
     : this()
 {
     this.Document = document;
 }