From 21c6eddab256edd64180008686a6aa07718b59c9 Mon Sep 17 00:00:00 2001 From: Shyam Gupta Date: Thu, 9 May 2019 16:11:30 -0700 Subject: [PATCH] TypeDescriptionProvider can be inherited This is an abstract class which can be inherited. --- xml/System.ComponentModel/TypeDescriptionProvider.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/xml/System.ComponentModel/TypeDescriptionProvider.xml b/xml/System.ComponentModel/TypeDescriptionProvider.xml index 989dd4c3592..f67b4bf36b4 100644 --- a/xml/System.ComponentModel/TypeDescriptionProvider.xml +++ b/xml/System.ComponentModel/TypeDescriptionProvider.xml @@ -42,9 +42,7 @@ The class relies on a parent object of the same type, supplied during construction. This allows classes that derive from to selectively override methods. - Instances of are only built upon demand, minimizing the impact of custom type information on performance. - - This class cannot be inherited. + Instances of are only built upon demand, minimizing the impact of custom type information on performance. ]]> @@ -798,4 +796,4 @@ - \ No newline at end of file +