using System; using System.Collections; public sealed class TestListes { private IList valeurs; public TestListes(int nombreElements) { valeurs = new System.Collections.ArrayList(); Random r = new Random(); for (int i=0; i