オブジェクトが、ガベージ コレクションによって収集される前に、リソースの解放とその他のクリーンアップ操作の実行を試みることができるようにします。Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
!Cursor ()
~Cursor ();
override this.Finalize : unit -> unit
Finalize ()
ありがとうございます。