W
Will Pittenger
I have a function that I want to be passed a System.Type. If the type is
derived from a specific class, I want to have the function instantiate an
instance. With MFC, this would be a snap (provided the class was created
with the DYNCREATE macros).
Can this be done in C#?
derived from a specific class, I want to have the function instantiate an
instance. With MFC, this would be a snap (provided the class was created
with the DYNCREATE macros).
Can this be done in C#?