Exemple #1
0
 public void Add(FileContentProperty property)
 {
     if (!_filecontentpropertylist.Contains(property))
     {
         _filecontentpropertylist.Add(property);
     }
 }
Exemple #2
0
 public void Remove(FileContentProperty property)
 {
     _filecontentpropertylist.Remove(property);
 }