System.String - why doesn't it implement parameterless constructor?
        Posted  
        
            by empi
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by empi
        
        
        
        Published on 2010-03-16T14:02:24Z
        Indexed on 
            2010/03/16
            14:06 UTC
        
        
        Read the original article
        Hit count: 245
        
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.
© Stack Overflow or respective owner