System.Perf.Dictionary.ContainsDictionaryTester.SetUp C# (CSharp) Method

SetUp() private method

private SetUp ( int index, IDictionary dic ) : void
index int
dic IDictionary
return void
        public void SetUp(int index, IDictionary dic)
        {
            this.count = CollectionCount(index);
            for (int i = 0; i < this.count; ++i)
                dic[rnd.Next()] = null;
        }