Tagged Questions
0
votes
4answers
689 views
.Net Use Reflection To Define OfType
I am using System.Reflection to load a type that I cannot otherwise load during design time. I need to pull all controls within a collection of this type, however, i the OfType command doesn't seem ...