Skip to content

Commit 6e361e3

Browse files
authored
Remove the first case (#49133)
1 parent 92e6a29 commit 6e361e3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/csharp/fundamentals/types/anonymous-types.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ This simplified syntax is particularly useful when creating anonymous types with
5050

5151
The member name isn't inferred in the following cases:
5252

53-
- The candidate name is a member name of an anonymous type, such as `ToString` or `GetHashCode`.
5453
- The candidate name is a duplicate of another property member in the same anonymous type, either explicit or implicit.
5554
- The candidate name isn't a valid identifier (for example, it contains spaces or special characters).
5655

0 commit comments

Comments
 (0)