Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
/ corefx Public archive

Commit

Permalink
Fix TypeConverter for IComponent (#40837) (#40883)
Browse files Browse the repository at this point in the history
  • Loading branch information
RussKie authored and danmoseley committed Sep 10, 2019
1 parent bc5960a commit 174e366
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 174e366

Please sign in to comment.