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: 336

Filed under:
|
|
|

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

Related posts about c#

Related posts about struct