adds few features

This commit is contained in:
Leandro Fernandes 2020-07-24 14:23:14 -03:00 committed by GitHub
parent c25bf006cd
commit 384dc3b466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -133,3 +133,4 @@ Features Added in C# Language Versions
- Literals
- [Verbatim identifier](https://docs.microsoft.com/dotnet/csharp/language-reference/tokens/verbatim)
- Unsigned integer types
- [Boxing e unboxing](https://docs.microsoft.com/pt-br/dotnet/csharp/programming-guide/types/boxing-and-unboxing)