C# Class LiteDB_V6.DataPage

The DataPage thats stores object data.
Inheritance: BasePage
Show file Open project: faush01/Emby.Kodi.SyncQueue

Public Methods

Method Description
DataPage ( uint pageID ) : System.Collections.Generic

Protected Methods

Method Description
ReadContent ( LiteDB reader ) : void

Method Details

DataPage() public method

public DataPage ( uint pageID ) : System.Collections.Generic
pageID uint
return System.Collections.Generic

ReadContent() protected method

protected ReadContent ( LiteDB reader ) : void
reader LiteDB
return void