Skip to content

Commit

Permalink
Fix TypeConverter for IComponent (dotnet/corefx#40837)
Browse files Browse the repository at this point in the history
Commit migrated from dotnet/corefx@3cc1808
  • Loading branch information
hughbe authored and safern committed Sep 5, 2019
1 parent 05a43d5 commit 2a40cd3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ internal ReflectTypeDescriptionProvider()
//
[typeof(Array)] = typeof(ArrayConverter),
[typeof(ICollection)] = typeof(CollectionConverter),
[typeof(IComponent)] = typeof(ComponentConverter),
[typeof(Enum)] = typeof(EnumConverter),
[s_intrinsicNullableKey] = typeof(NullableConverter),
});
Expand Down

0 comments on commit 2a40cd3

Please sign in to comment.