Is there a way to create an instance of a class based on the fact I know the name of the class at runtime. Basically I would have the...
Seeing as C# can’t switch on a Type (which I gather wasn’t added as a special case because is relationships mean that more than one distinct case might apply),...