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

◆ ToString()

override string System.ComponentModel.InheritanceAttribute.ToString ( )
inline

Definition at line 52 of file InheritanceAttribute.cs.

53 {
54 return TypeDescriptor.GetConverterTrimUnsafe(typeof(InheritanceLevel)).ConvertToString(InheritanceLevel);
55 }

References System.ComponentModel.TypeDescriptor.GetConverterTrimUnsafe().