Example #1
0
 // Token: 0x060018A1 RID: 6305 RVA: 0x000080B8 File Offset: 0x000062B8
 protected Class183(Class318 owner, Struct21 hotkey, bool allow_repeat, object state = null)
 {
     this.Owner       = owner;
     this.Hotkey      = hotkey;
     this.AllowRepeat = allow_repeat;
     this.State       = state;
 }
Example #2
0
 // Token: 0x060018AD RID: 6317 RVA: 0x0000813E File Offset: 0x0000633E
 public override bool Equals(object obj)
 {
     return(obj is Struct21 && base.Equals(obj) && Struct21.smethod_0((Struct21)obj, this));
 }
Example #3
0
 // Token: 0x060018AC RID: 6316 RVA: 0x00008132 File Offset: 0x00006332
 public static bool smethod_1(Struct21 left, Struct21 right)
 {
     return(!Struct21.smethod_0(left, right));
 }
Example #4
0
 // Token: 0x060018AB RID: 6315 RVA: 0x0000810E File Offset: 0x0000630E
 public static bool smethod_0(Struct21 left, Struct21 right)
 {
     return(left.Key == right.Key && left.Modifier == right.Modifier);
 }
Example #5
0
 // Token: 0x060018AA RID: 6314 RVA: 0x00008104 File Offset: 0x00006304
 public Struct21(Keys key)
 {
     this = new Struct21(key, Keys.None);
 }