Hello everyone,
typeof operator gets the exact type of a variable. My purpose is to check whether the
type of a variable derives from a specific base class, any ideas of how to use typeof to
solve this issue? Or using some other solution other than using typeof?
thanks in advance,George