Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

Namespace: BrightstarDB.EntityFramework
Assembly: 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 

See Also