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

ReadOptions() public method

public ReadOptions ( )
        public ReadOptions() {
            Handle = LevelDbInterop.leveldb_readoptions_create();
        }