Exemplo n.º 1
0
 /// <summary>
 /// Returns a string describing the INI file.
 /// </summary>
 /// <returns> the descriptive string </returns>
 public override string ToString()
 {
     return(sectionMap.ToString());
 }