Beispiel #1
0
 public void Remove(object obj)
 {
     PropertyCollection.Remove(obj);
 }
Beispiel #2
0
 public Property Add(Property obj)
 {
     return(PropertyCollection.Add(obj));
 }
Beispiel #3
0
 public void Clear()
 {
     PropertyCollection.Clear();
 }
Beispiel #4
0
 public IEnumerator GetEnumerator()
 {
     return(PropertyCollection.GetEnumerator());
 }