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