Is C# 6 ?. (Elvis op) thread safe? If so, how?
I want to clarify BJ Myers’s (correct) answer. In C# an event can be thought of as a field of delegate type — just as a property can be thought of as a field of the property type — and the value of that “field” can be null. If you are in the unfortunate situation … Read more