tagged [static-constructor]

Why doesn't the CLR always call value type constructors

Why doesn't the CLR always call value type constructors I have a question concerning . This question was inspired by something that Jeffrey Richter wrote in CLR via C# 3rd ed, he says (on page 195 - c...