A
Andrew Jarvis
I can create an arbitrary class from its Type instance calling the Invoke
method of a ConstructorInfo returned by its GetConstructor method.
How do I create a value type class that does not have a constructor?
method of a ConstructorInfo returned by its GetConstructor method.
How do I create a value type class that does not have a constructor?