System.HashCode struct HashCode Documentation Code namespace System { internal struct HashCode { public static int Combine<[System.Runtime.CompilerServices.Nullable(2)] T1, [System.Runtime.CompilerServices.Nullable(2)] T2>(T1 value1, T2 value2); } }