System.Perf.Dictionary.DictionaryTester.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 = (int)Math.Floor(Count(index));
        }