CCMEngine.SortedListener.SortedListener C# (CSharp) 메소드

SortedListener() 공개 메소드

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