Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/csharp/fundamentals/types/anonymous-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ This simplified syntax is particularly useful when creating anonymous types with

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

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

Expand Down
Loading