C# 1.2 notes

Updaate the language history with information about C# 1.2. Minor
release and no there was not a 1.1.
This commit is contained in:
Jared Parsons 2019-02-14 12:17:38 -08:00
parent ec66ea2ede
commit cb83575c4e
No known key found for this signature in database
GPG key ID: 5132AE3DBCCF8030

View file

@ -14,6 +14,11 @@ Features Added in C# Language Versions
- Attributes
- Literals
# [C# 1.2](https://docs.microsoft.com/en-us/dotnet/csharp/whats-new/csharp-version-history#c-version-12)
- Dispose in foreach
- foreach over string specialization
# [C# 2](https://msdn.microsoft.com/en-us/library/7cz8t42e(v=vs.80).aspx) (VS 2005)
- Generics
- Partial types