For structs, do I have to call the constructor explicitly in C#?
- by Gulshan
The question is about the structs. When I declare a struct type variable/object (don't know which one suits better) or an array or list of structs, do I have to call the constructor explicitly like objects or just declaring will suffice like variables?