22 {
23 [RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered.")]
24 get
25 {
28 {
29 TypeConverterAttribute typeConverterAttribute = (TypeConverterAttribute)attributes[typeof(TypeConverterAttribute)];
30 if (typeConverterAttribute.ConverterTypeName != null && typeConverterAttribute.ConverterTypeName.Length > 0)
31 {
33 if (typeFromName != null && typeof(TypeConverter).IsAssignableFrom(typeFromName))
34 {
36 }
37 }
39 {
41 }
42 }
44 }
45 }
virtual AttributeCollection Attributes
Type? GetTypeFromName([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors)] string? typeName)