Beispiel #1
0
 public INIProperty(string name, string value, INISection section) : this(name, value)
 {
     Section = section;
 }
Beispiel #2
0
 public INIProperty(string name, INISection section) : this(name, null, section)
 {
 }