Beispiel #1
0
 public void RemoveAttribute(SGFProperty property)
 {
     Properties.Remove(property);
 }
Beispiel #2
0
 public void AddAttribute(SGFProperty property)
 {
     Properties.Add(property);
 }