Replies: 1 comment 5 replies
-
It depends on your applications how important this really is. Here are some simple rules:
In this case you don't need to deal with the finalizer, don't need to create a destructor. Next for the more complex version which most applications don't need:
To summarize, for most applications just an implementation of the |
Beta Was this translation helpful? Give feedback.
-
Hello,
Since Managed and Unmanaged Memory is an important topic in C#, In my opinion, this chapter should include several practical and comprehensive examples.
In Chapter 13, pages 347 and 348, I didn't see programs on these topics. You only explained and wrote the pattern.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions