public void SetContent(IEnumerable <KeyValuePair <string, string> > lines) { _sectionLines = new List <string>(lines.Select(p => p.Key + " = " + p.Value)); _properties = null; _nestedPropertySets = null; }
public void Clear() { _properties = null; _nestedPropertySets = null; _sectionLines = null; }