Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. Trouble understanding IDisposable

Trouble understanding IDisposable

Scheduled Pinned Locked Moved C#
questionhelp
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    daviiie
    wrote on last edited by
    #1

    I just need a quick answer to this question. If I have a custom class that implements IDisposable, in my void Dispose(){}; function whats supposed to go in there? Do I null all the resources I am using? Any help would be appreciated.

    G B P 3 Replies Last reply
    0
    • D daviiie

      I just need a quick answer to this question. If I have a custom class that implements IDisposable, in my void Dispose(){}; function whats supposed to go in there? Do I null all the resources I am using? Any help would be appreciated.

      G Offline
      G Offline
      Giorgi Dalakishvili
      wrote on last edited by
      #2

      There are many good articles at codeproject about the IDisposable pattern. I strongly suggest you read them :)

      Giorgi Dalakishvili #region signature My Articles Asynchronous Registry Notification Using Strongly-typed WMI Classes in .NET [^] My blog #endregion

      1 Reply Last reply
      0
      • D daviiie

        I just need a quick answer to this question. If I have a custom class that implements IDisposable, in my void Dispose(){}; function whats supposed to go in there? Do I null all the resources I am using? Any help would be appreciated.

        B Offline
        B Offline
        Bassam Saoud
        wrote on last edited by
        #3

        This is a really good article by Marc Clifton[^]

        1 Reply Last reply
        0
        • D daviiie

          I just need a quick answer to this question. If I have a custom class that implements IDisposable, in my void Dispose(){}; function whats supposed to go in there? Do I null all the resources I am using? Any help would be appreciated.

          P Offline
          P Offline
          PIEBALDconsult
          wrote on last edited by
          #4

          Whatever you want; it doesn't need to do anything if there's nothing to do. I tend to empty collections there.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups