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