Пример #1
0
        private void ReadRootPage()
        {
            _stream.CurrentPage = _rootPageNumber;

            RootPage = new RootPage();
            RootPage.Read(_stream);

            _position = _stream.Position;
        }