System.Perf.Dictionary.EmptyDictionaryTester.SetUp C# (CSharp) Метод

SetUp() приватный Метод

private SetUp ( int index, IDictionary dic ) : void
index int
dic IDictionary
Результат void
        public void SetUp(int index, IDictionary dic)
        {
            this.count = CollectionCount(index);
        }