Replies: 2 comments 4 replies
-
Beta Was this translation helpful? Give feedback.
2 replies
-
Because there has been no accepted proposal to do so. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am curious whether any reasons why anonymous types do not implement interfaces.
For example, if all properties of anonymous type have types which implement
IComparable
, then type could implement comparison as well assuming the same order of comparisons as properties were defined with.Beta Was this translation helpful? Give feedback.
All reactions