Skip to content

Commit 974746c

Browse files
Shyam-GuptaRon Petrusha
authored andcommitted
TypeDescriptionProvider can be inherited (dotnet#2429)
This is an abstract class which can be inherited.
1 parent 2661753 commit 974746c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

xml/System.ComponentModel/TypeDescriptionProvider.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@
4242
4343
The <xref:System.ComponentModel.TypeDescriptionProvider> class relies on a parent object of the same type, supplied during construction. This allows classes that derive from <xref:System.ComponentModel.CustomTypeDescriptor> to selectively override methods.
4444
45-
Instances of <xref:System.ComponentModel.TypeDescriptionProvider> are only built upon demand, minimizing the impact of custom type information on performance.
46-
47-
This class cannot be inherited.
45+
Instances of <xref:System.ComponentModel.TypeDescriptionProvider> are only built upon demand, minimizing the impact of custom type information on performance.
4846
4947
]]></format>
5048
</remarks>
@@ -798,4 +796,4 @@
798796
</Docs>
799797
</Member>
800798
</Members>
801-
</Type>
799+
</Type>

0 commit comments

Comments
 (0)