Guest User

Untitled

a guest
Aug 14th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. ~MyClass() { //Код деструктора }
  2.  
  3. protected override void Finalize()
  4. {
  5. try
  6. {
  7. //код деструктора
  8. }
  9. finally
  10. {
  11. base.Finalize();
  12. }
  13. }
Add Comment
Please, Sign In to add comment