asp.net mvc - what does '~' mean/do in visual studio C# -


this question has answer here:

while browsing code online i've come across following:

~disposable() {    dispose(false); } 

this doesn't produce compiler errors, '~' doing in particular or why there?

that called finalizer in c#. override finalize method using syntax similar destructor.


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

keyboard - C++ GetAsyncKeyState alternative -

android - java.net.UnknownHostException(Unable to resolve host “URL”: No address associated with hostname) -