Exemplo n.º 1
0
 // Token: 0x06000050 RID: 80 RVA: 0x000038AC File Offset: 0x00001AAC
 private void method_8(object object_1)
 {
     if (this.bool_0)
     {
         object obj = this.object_0;
         ObjectFlowControl.CheckForSyncLockOnValueType(obj);
         lock (obj)
         {
             GClass5.GDelegate1 gdelegate = this.gdelegate1_0;
             if (gdelegate != null)
             {
                 gdelegate(this);
             }
         }
     }
 }
Exemplo n.º 2
0
 public void method_1(GClass5.GDelegate1 gdelegate1_1)
 {
     this.gdelegate1_0 = (GClass5.GDelegate1)Delegate.Remove(this.gdelegate1_0, gdelegate1_1);
 }
Exemplo n.º 3
0
 public void method_0(GClass5.GDelegate1 gdelegate1_1)
 {
     this.gdelegate1_0 = (GClass5.GDelegate1)Delegate.Combine(this.gdelegate1_0, gdelegate1_1);
 }