Пример #1
0
 public void Clear()
 {
     _properties         = null;
     _nestedPropertySets = null;
     _sectionLines       = null;
 }
Пример #2
0
 public void SetContent(IEnumerable <KeyValuePair <string, string> > lines)
 {
     _sectionLines       = new List <string>(lines.Select(p => p.Key + " = " + p.Value));
     _properties         = null;
     _nestedPropertySets = null;
 }
Пример #3
0
 public void Clear()
 {
     properties         = null;
     nestedPropertySets = null;
     sectionLines       = null;
 }