GC.SuppressFinalize(this); and base.Dispose();

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cksrajapplabs
    New Member
    • Apr 2008
    • 1

    #1

    GC.SuppressFinalize(this); and base.Dispose();

    I am using User Controls in my Win Forms. How to dispose those controls by using Dispose() method?

    I am calling base.Dispose(); method in the Dispose() method. Is it must to call GC.SuppressFina lize(this); in the same method?
Working...