예제 #1
0
 public int GetHash()
 {
     unchecked
     {
         var result = _keyPress?.GetHash() ?? 0;
         return(result);
     }
 }