Answers for "check if type is child of type"

C#
0

check if type is child of type

typeof (SubClass).IsSubclassOf(typeof (BaseClass)); // returns true
Posted by: Guest on January-23-2022

Code answers related to "check if type is child of type"

C# Answers by Framework

Browse Popular Code Answers by Language