P
Peter Rilling
Hi.
Two of my biggest complaints about structure in c# is that 1) You cannot
implement a default constructor and 2) You cannot initialize fields on the
declaration line.
I would like to know why this is. Is there some technical reason why C#
choose not to allow you to do the above, or was that decision arbitrary?
Two of my biggest complaints about structure in c# is that 1) You cannot
implement a default constructor and 2) You cannot initialize fields on the
declaration line.
I would like to know why this is. Is there some technical reason why C#
choose not to allow you to do the above, or was that decision arbitrary?