AcTools.LapTimes.LevelDbUtils.SnapShot.SnapShot C# (CSharp) Method

SnapShot() private method

private SnapShot ( IntPtr handle ) : System
handle System.IntPtr
return System
        internal SnapShot(IntPtr handle) {
            Handle = handle;
            Parent = new WeakReference<LevelDb>(null);
        }

Same methods

SnapShot::SnapShot ( IntPtr handle, LevelDb parent ) : System