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

◆ ShouldSerializeValue()

override bool System.Data.DataTablePropertyDescriptor.ShouldSerializeValue ( object component)
inline

Definition at line 56 of file DataTablePropertyDescriptor.cs.

57 {
58 return false;
59 }