예제 #1
0
파일: Class73.cs 프로젝트: jkoxo123/Desktop
 // Token: 0x06000401 RID: 1025 RVA: 0x000206A0 File Offset: 0x0001E8A0
 public void imethod_1(bool bool_1, Interface6 interface6_0)
 {
     this.bool_0 = bool_1;
     if (interface6_0 is Class25)
     {
         Class25 @class = (Class25)interface6_0;
         byte[]  array  = @class.method_0();
         if (array.Length != this.int_0)
         {
             throw new ArgumentException("initialisation vector must be the same length as block size");
         }
         Array.Copy(array, 0, this.byte_0, 0, array.Length);
         interface6_0 = @class.method_1();
     }
     this.imethod_5();
     this.interface1_0.imethod_1(this.bool_0, interface6_0);
 }