CCMEngine.SortedListener.SortedListener C# (CSharp) Méthode

SortedListener() public méthode

public SortedListener ( int numMetrics, List ignores, int threshold ) : System
numMetrics int
ignores List
threshold int
Résultat System
        public SortedListener(int numMetrics, List<string> ignores, int threshold)
        {
            this.numMetrics = numMetrics;
            this.ignoreUnits = ignores;
            this.threshold = threshold;
        }