System.Perf.Dictionary.EmptyDictionaryTester.SetUp C# (CSharp) Méthode

SetUp() private méthode

private SetUp ( int index, IDictionary dic ) : void
index int
dic IDictionary
Résultat void
        public void SetUp(int index, IDictionary dic)
        {
            this.count = CollectionCount(index);
        }