Пример #1
0
        public void Test2()
        {
            Type type = TypeLoader.GetDerivedType("DerivedClass", typeof(BaseClass));

            Assert.IsNotNull(type);
        }