예제 #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);
 }