LiteDatabaseDispose(Boolean) Method |
Releases the unmanaged resources used by the
LiteDatabase and optionally releases the managed resources
Namespace: Internal.LiteDBAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxprotected virtual void Dispose(
bool disposing
)
Parameters
- disposing Boolean
- True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also