Amib.Threading.Internal.STPInstancePerformanceCounters.GetCounter C# (CSharp) Method

GetCounter() private method

private GetCounter ( STPPerformanceCounterType spcType ) : STPInstancePerformanceCounter
spcType STPPerformanceCounterType
return STPInstancePerformanceCounter
        private STPInstancePerformanceCounter GetCounter(STPPerformanceCounterType spcType)
        {
            return _pcs[(int) spcType];
        }