Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ GetHashCode() [2/2]

int System.Data.Common.ObjectStorage.TempAssemblyComparer.GetHashCode ( KeyValuePair< Type, XmlRootAttribute > obj)
inline

Definition at line 48 of file ObjectStorage.cs.

49 {
50 return obj.Key.GetHashCode() + obj.Value.ElementName.GetHashCode();
51 }

References System.obj.