System.Perf.Dictionary.EmptyDictionaryTester.RunDescription C# (CSharp) 메소드

RunDescription() 개인적인 메소드

private RunDescription ( int testIndex ) : double
testIndex int
리턴 double
        public double RunDescription(int testIndex)
        {
            return (double)CollectionCount(testIndex);
        }