Algorithms.HighResolutionTime.QueryPerformanceCounter C# (CSharp) Method

QueryPerformanceCounter() private method

private QueryPerformanceCounter ( long &perfcount ) : bool
perfcount long
return bool
        private static extern bool QueryPerformanceCounter(out long perfcount);