Exemplo n.º 1
0
 // Token: 0x060004B0 RID: 1200 RVA: 0x000273A4 File Offset: 0x000255A4
 public void imethod_1(bool bool_1, Interface1 interface1_0)
 {
     this.bool_0 = bool_1;
     if (interface1_0 is Class95)
     {
         Class95 @class = (Class95)interface1_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);
         interface1_0 = @class.method_1();
     }
     this.imethod_5();
     this.interface6_0.imethod_1(this.bool_0, interface1_0);
 }