Suppose you create a generic Object variable and assign it to a specific instance. If you do GetType(), will it get type Object or the type of the original class?
Suppose you create a generic Object variable and assign it to a specific instance.
Share
Yes.
You can also do: