We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92e6a29 commit 6e361e3Copy full SHA for 6e361e3
docs/csharp/fundamentals/types/anonymous-types.md
@@ -50,7 +50,6 @@ This simplified syntax is particularly useful when creating anonymous types with
50
51
The member name isn't inferred in the following cases:
52
53
-- The candidate name is a member name of an anonymous type, such as `ToString` or `GetHashCode`.
54
- The candidate name is a duplicate of another property member in the same anonymous type, either explicit or implicit.
55
- The candidate name isn't a valid identifier (for example, it contains spaces or special characters).
56
0 commit comments