Algorithms.HighResolutionTime.HighResolutionTime C# (CSharp) 메소드

HighResolutionTime() 정적인 개인적인 메소드

static private HighResolutionTime ( ) : System
리턴 System
        static HighResolutionTime()
        {
            QueryPerformanceFrequency(out mFrequency);
        }
        #endregion