Take advantage of the IAsyncDisposable interface to dispose of objects in a non-blocking way and make your .NET applications more efficient. Dispose and Finalize are two methods for releasing ...
In C# 6.0, you can also initialize that property to some constant value in the same statement, like this: ...