Exemplo n.º 1
0
        public ComponentReferenceSystemProperty Remove(int index)
        {
            ComponentReferenceSystemProperty obj = ComponentReferenceSystem[index];

            ComponentReferenceSystem.Remove(obj);
            return(obj);
        }
Exemplo n.º 2
0
 public bool Remove(ComponentReferenceSystemProperty obj)
 {
     return(ComponentReferenceSystem.Remove(obj));
 }
Exemplo n.º 3
0
 public void Clear()
 {
     ComponentReferenceSystem.Clear();
 }
Exemplo n.º 4
0
 public IEnumerator GetEnumerator()
 {
     return(ComponentReferenceSystem.GetEnumerator());
 }
Exemplo n.º 5
0
 public void Add(ComponentReferenceSystemProperty obj)
 {
     ComponentReferenceSystem.Add(obj);
 }