¿Cómo puedo comprobar si un tipo es un subtipo O el tipo de un objeto?
Para comprobar si un tipo es una subclase de otro tipo en C#, es fácil:
typeof (SubClass).IsSubclassOf(typeof (BaseClass)); // returns true
Sin embargo, esto fallará:
typeof (BaseClass).IsSubclassOf(typeof (BaseClass)); // returns false
¿Hay alguna manera de comprobar si un tipo es una subclase O de la propia clase base, sin usar un operador OR
o usar un método de extensión?
Warning: Undefined property: agent_blog_content::$date_asked in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 32
Warning: Undefined property: agent_blog_content::$count_answers in /var/www/agent_etc/data/www/ajaxhispano.com/template/agent.layouts/content.php on line 52