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

RunDescription() private méthode

private RunDescription ( int testIndex ) : double
testIndex int
Résultat double
        public double RunDescription(int testIndex)
        {
            return (double)CollectionCount(testIndex);
        }