Пример #1
0
        // Token: 0x06001777 RID: 6007 RVA: 0x0006EF80 File Offset: 0x0006D180
        public static bool InheritsGenericDefinition(Type type, Type genericClassDefinition)
        {
            Type type2;

            return(Class_514.InheritsGenericDefinition(type, genericClassDefinition, out type2));
        }