HTCW
« Back to blog
Articles tagged with "reflection"
How to Get a Collection Element Type Using Reflection in C#
2020-05-05
This tip shows you a robust way to get the type of items a collection can hold. It works with non-generic collections too.