Пример #1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return(((InterceptorType != null ? InterceptorType.GetHashCode() : 0) * 397) ^ (Bindings != null ? Bindings.GetHashCode() : 0));
     }
 }
Пример #2
0
 public override int GetHashCode()
 {
     return(InterceptorType.GetHashCode());
 }