AcTools.LapTimes.LevelDbUtils.LevelDbInterop.leveldb_env_destroy C# (CSharp) Méthode

leveldb_env_destroy() private méthode

private leveldb_env_destroy ( IntPtr cache ) : void
cache System.IntPtr
Résultat void
        public static extern void leveldb_env_destroy(IntPtr /*Env*/ cache);
        #endregion