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

◆ GetPropertiesSupported() [2/2]

override bool System.ComponentModel.ArrayConverter.GetPropertiesSupported ( ITypeDescriptorContext? context)
inlinevirtual

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 72 of file ArrayConverter.cs.

73 {
74 return true;
75 }