Пример #1
0
 int ISupportsInterning.GetHashCodeForInterning()
 {
     unchecked {
         return(baseValue.GetHashCode() * 33 ^ incrementAmount);
     }
 }
Пример #2
0
 int ISupportsInterning.GetHashCodeForInterning()
 {
     return(type.GetHashCode() ^ (attributes != null ? attributes.GetHashCode() : 0) ^ (defaultValue != null ? defaultValue.GetHashCode() : 0));
 }
Пример #3
0
 int ISupportsInterning.GetHashCodeForInterning()
 {
     return(baseValue.GetHashCode() ^ incrementAmount);
 }