Пример #1
0
        public ComponentReferenceSystemProperty Remove(int index)
        {
            ComponentReferenceSystemProperty obj = ComponentReferenceSystem[index];

            ComponentReferenceSystem.Remove(obj);
            return(obj);
        }
Пример #2
0
 public bool Remove(ComponentReferenceSystemProperty obj)
 {
     return(ComponentReferenceSystem.Remove(obj));
 }
Пример #3
0
 public void Clear()
 {
     ComponentReferenceSystem.Clear();
 }
Пример #4
0
 public IEnumerator GetEnumerator()
 {
     return(ComponentReferenceSystem.GetEnumerator());
 }
Пример #5
0
 public void Add(ComponentReferenceSystemProperty obj)
 {
     ComponentReferenceSystem.Add(obj);
 }