AcTools.LapTimes.LevelDbUtils.SnapShot.SnapShot C# (CSharp) 메소드

SnapShot() 개인적인 메소드

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

Same methods

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