public void Insert() { var test = new ValueList<ValueInt>(() => ValueInt.GetValues(5)); test.Insert(0, 4, 0); test.Verify(4, 0, 0); }