BTDBTest.KeyValueDBTest.CreateEmptyDatabase C# (CSharp) Méthode

CreateEmptyDatabase() private méthode

private CreateEmptyDatabase ( ) : void
Résultat void
        public void CreateEmptyDatabase()
        {
            using (var fileCollection = new InMemoryFileCollection())
            using (new KeyValueDB(fileCollection))
            {
            }
        }