//============================================================ // <T>移除指定的索引位置的对象。</T> // // @param index 索引位置 //============================================================ public void RemoveAt(int index) { _collection.Erase(index); }