Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ GetHashCode()

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

Definition at line 30 of file NotifyParentPropertyAttribute.cs.

31 {
32 return base.GetHashCode();
33 }