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

SnapShot() private method

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

Same methods

SnapShot::SnapShot ( IntPtr handle ) : System