public ComponentReferenceSystemProperty Remove(int index) { ComponentReferenceSystemProperty obj = ComponentReferenceSystem[index]; ComponentReferenceSystem.Remove(obj); return(obj); }
public bool Remove(ComponentReferenceSystemProperty obj) { return(ComponentReferenceSystem.Remove(obj)); }