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

◆ GetHashCode()

override int System.ComponentModel.CategoryAttribute.GetHashCode ( )
inline

Definition at line 109 of file CategoryAttribute.cs.

110 {
111 return Category?.GetHashCode() ?? 0;
112 }

References System.ComponentModel.CategoryAttribute.Category.