Search Results

1
vote

Why no Reference Counting + Garbage Collection in C#?

The object implemeting IDisposable must also implement a finalizer called by the GC when the user doesn't explicit call Dispose - see …