コード例 #1
0
 public void Dispose()
 {
     if (this.SectionEnumerator != null)
     {
         this.SectionEnumerator.Dispose();
     }
     this.SectionEnumerator = null;
     this.Owner = null;
 }
コード例 #2
0
 public IniResourceEnumerator(IniResourceReader reader)
 {
     this.Owner = reader;
 }