Exemplo n.º 1
0
 public void TestForeach() => IListDefaultImplsTest.testForeach(new SList4 <int>());
Exemplo n.º 2
0
 public void TestInsert() => IListDefaultImplsTest.testInsert(new SList4 <char>());
Exemplo n.º 3
0
 public void TestCopyTo() => IListDefaultImplsTest.testCopyTo(new SList4 <int>());
Exemplo n.º 4
0
 public void TestRemove() => IListDefaultImplsTest.testRemove(new SList4 <int>());
Exemplo n.º 5
0
 public void TestContains() => IListDefaultImplsTest.testContains(new SList4 <int>());
Exemplo n.º 6
0
 public void TestIndexOf() => IListDefaultImplsTest.testIndexOf(new SList4 <int>());
Exemplo n.º 7
0
 public void TestAdd() => IListDefaultImplsTest.testAdd(new SList4 <int>());
Exemplo n.º 8
0
 public void TestClear() => IListDefaultImplsTest.testClear(new SList4 <int>());