diff --git a/Available-C#-and-.NET-features.md b/Available-C#-and-.NET-features.md index 8acada7..ac240b1 100644 --- a/Available-C#-and-.NET-features.md +++ b/Available-C#-and-.NET-features.md @@ -125,6 +125,6 @@ LINQ's [query expression syntax](https://docs.microsoft.com/en-us/dotnet/csharp/ [anonymous delegates](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/delegates/how-to-declare-instantiate-and-use-a-delegate) | ✔️ | ✔️ | disallowed ^ C# 2 ^ | 🔵 `net48` | 🟢 `ns2.0` | --- [`using` alias](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/using-directive#using-alias) | ✔️ | ✔️ | discouraged unless there's a conflict -[anonymous types](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/new-operator#instantiation-of-anonymous-types) | ✔️ | ✔️ | disallowed +[anonymous classes](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/operators/new-operator#instantiation-of-anonymous-types) | ✔️ | ✔️ | disallowed [delegate constructors](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/delegates/how-to-declare-instantiate-and-use-a-delegate) | ✔️ | ✔️ | disallowed [`unsafe`](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/unsafe-code) (pointers etc.) | ✔️ | ✔️ | discouraged \ No newline at end of file