How the static constructor is used in object creation?
Hey friends, I am stuck here understanding static constructors. Have gone through many posts and online articles. But I am unclear yet. It says static constructor is called automatically before the first instance is created. But instance is created using default constructor, then how the static constructor is used in object creation? I know I am making a weird mistake but confused. Please help.