Exemple #1
0
        public TimeTopologyPrimitivePropertyType Remove(int index)
        {
            TimeTopologyPrimitivePropertyType obj = Primitive[index];

            Primitive.Remove(obj);
            return(obj);
        }
Exemple #2
0
 public bool Remove(TimeTopologyPrimitivePropertyType obj)
 {
     return Primitive.Remove(obj);
 }
Exemple #3
0
 public void Add(TimeTopologyPrimitivePropertyType obj)
 {
     Primitive.Add(obj);
 }
Exemple #4
0
 public bool Remove(TimeTopologyPrimitivePropertyType obj)
 {
     return(Primitive.Remove(obj));
 }
Exemple #5
0
 public void Add(TimeTopologyPrimitivePropertyType obj)
 {
     Primitive.Add(obj);
 }