Is it safe to use the using statement on a (potentially) null object? Consider the following example: class Test { IDisposable GetObject(string name) ...
-
June 3, 2022
- 0 Comments