public void Remove() { var test = new NodeList<NodeInt>(() => NodeInt.GetValues(5)); test.Insert_001(); test.Remove_001(); }