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

◆ GetProperties() [2/3]

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

Reimplemented from System.ComponentModel.TypeConverter.

Definition at line 126 of file NullableConverter.cs.

127 {
128 if (UnderlyingTypeConverter != null)
129 {
130 return UnderlyingTypeConverter.GetProperties(context, value, attributes);
131 }
132 return base.GetProperties(context, value, attributes);
133 }
PropertyDescriptorCollection? GetProperties(object value)

References System.ComponentModel.TypeConverter.GetProperties(), System.ComponentModel.NullableConverter.UnderlyingTypeConverter, and System.value.