C# offers a very convenient syntax to initialize type level members. You can declare and initialize type level members in a one line expression as shown below public class Exploded { int x1 = 10; While this is great for writing clean expressive code I wondered how and what point the members actually get […]
Read More →