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

◆ GetProperties() [2/3]

override PropertyDescriptorCollection System.ComponentModel.CollectionConverter.GetProperties ( ITypeDescriptorContext? context,
object value,
Attribute?[] attributes )
inlinevirtual

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 19 of file CollectionConverter.cs.

20 {
21 return new PropertyDescriptorCollection(null);
22 }