Y
Hacker News
new
|
ask
|
show
|
jobs
by
lozenge
2759 days ago
C# doesn't have an Any generic type (Foo<?> In java parlance)
1 comments
manigandham
2759 days ago
C# can use `object` or `dynamic`:
https://stackoverflow.com/questions/2690623/what-is-the-dyna...
link
https://stackoverflow.com/questions/2690623/what-is-the-dyna...