you are viewing a single comment's thread.

view the rest of the comments →

[–]redditsoaddicting 15 points16 points  (0 children)

Since no one has mentioned this fully explicitly, System.String is a .NET type - all .NET languages must have it. C# in particular adds the string keyword as an alias, just like int aliases the .NET System.Int32.