public List <T> CloneShallowToList() { PwObjectList <T> tNew = CloneShallow(); return(tNew.m_vObjects); }