Provides helper methods for combining hash codes of many properties or objects into an aggregated hash code.
More...
|
| static int | Combine (int first, int second) |
| |
| static int | FromNullable< T1 > (T1 toHash) |
| |
| static int | Combine< T1, T2 > (T1 first, T2 second) |
| |
| static int | Combine< T1, T2, T3 > (T1 first, T2 second, T3 third) |
| |
| static int | Combine< T1, T2, T3, T4 > (T1 first, T2 second, T3 third, T4 fourth) |
| |
| static int | Combine< T1, T2, T3, T4, T5 > (T1 first, T2 second, T3 third, T4 fourth, T5 fifth) |
| |
| static int | Combine< T1, T2, T3, T4, T5, T6 > (T1 first, T2 second, T3 third, T4 fourth, T5 fifth, T6 sixth) |
| |
| static int | Combine< T1, T2, T3, T4, T5, T6, T7 > (T1 first, T2 second, T3 third, T4 fourth, T5 fifth, T6 sixth, T7 seventh) |
| |
| static int | Combine< T1, T2, T3, T4, T5, T6, T7, T8 > (T1 first, T2 second, T3 third, T4 fourth, T5 fifth, T6 sixth, T7 seventh, T8 eighth) |
| |
Provides helper methods for combining hash codes of many properties or objects into an aggregated hash code.
Definition at line 10 of file HashCodes.cs.