Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
Namespace: BrightstarDB.EntityFrameworkAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
protected override void Finalize() |
| Visual Basic |
|---|
Protected Overrides Sub Finalize |
| Visual C++ |
|---|
protected: virtual void Finalize() override |
| F# |
|---|
abstract Finalize : unit -> unit override Finalize : unit -> unit |