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

◆ Add< T >() [1/2]

void System.HashCode.Add< T > ( T value)
inline

Definition at line 213 of file HashCode.cs.

214 {
215 Add(value?.GetHashCode() ?? 0);
216 }
override int GetHashCode()
Definition HashCode.cs:287

References System.Add, System.HashCode.GetHashCode(), and System.value.