For structs, do I have to call the constructor explicitly in C#?
Posted
by Gulshan
on Stack Overflow
See other posts from Stack Overflow
or by Gulshan
Published on 2010-05-05T03:35:14Z
Indexed on
2010/05/05
3:38 UTC
Read the original article
Hit count: 294
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?
© Stack Overflow or respective owner