public void Add(FileContentProperty property) { if (!_filecontentpropertylist.Contains(property)) { _filecontentpropertylist.Add(property); } }
public void Remove(FileContentProperty property) { _filecontentpropertylist.Remove(property); }