System.String - why doesn't it implement parameterless constructor?
- by empi
Hi.
I wanted to ask what is the idea behind the fact that System.String doesn't contain parameterless constructor.
Because of this you cannot use this type when there is new() constraint.
Thanks in advance for help.