示例#1
0
 // Token: 0x06000F57 RID: 3927 RVA: 0x0004F8D8 File Offset: 0x0004DAD8
 private bool pmethod_2789(Class_431 arg_0, Class_463 arg_1)
 {
     if (!Class_462.gmethod_3823(new Class_463?(arg_0.prop_1), arg_1))
     {
         this.pmethod_2759("Invalid type. Expected {0} but got {1}.".FormatWith(CultureInfo.InvariantCulture, arg_0.prop_1, arg_1), arg_0);
         return(false);
     }
     return(true);
 }
示例#2
0
        // Token: 0x06000F3E RID: 3902 RVA: 0x0004E5F0 File Offset: 0x0004C7F0
        private void cmethod_2764(Class_431 arg_0)
        {
            if (arg_0 == null)
            {
                return;
            }
            Class_463?class_ = this.vmethod_2765();

            if (class_ != null && Class_462.gmethod_3823(new Class_463?(arg_0.prop_22), class_.Value))
            {
                this.pmethod_2759("Type {0} is disallowed.".FormatWith(CultureInfo.InvariantCulture, class_), arg_0);
            }
        }