You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.ComponentModel/ICustomTypeDescriptor.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -332,7 +332,7 @@
332
332
</ReturnValue>
333
333
<Parameters />
334
334
<Docs>
335
-
<summary>Returns a type converter for this instance of a component that may be registered.</summary>
335
+
<summary>Returns a type converter for this instance of a component that might be registered.</summary>
336
336
<returns>A <seecref="T:System.ComponentModel.TypeConverter" /> that is the converter for this object, or <seelangword="null" /> if there is no <seecref="T:System.ComponentModel.TypeConverter" /> for this object.</returns>
337
337
<remarks>
338
338
<formattype="text/markdown"><![CDATA[
@@ -685,7 +685,7 @@
685
685
</ReturnValue>
686
686
<Parameters />
687
687
<Docs>
688
-
<summary>Returns the events for this instance of a component that may be registered.</summary>
688
+
<summary>Returns the events for this instance of a component that might be registered.</summary>
689
689
<returns>An <seecref="T:System.ComponentModel.EventDescriptorCollection" /> that represents the events for this component instance.</returns>
690
690
<remarks>
691
691
<formattype="text/markdown"><![CDATA[
@@ -872,7 +872,7 @@
872
872
</ReturnValue>
873
873
<Parameters />
874
874
<Docs>
875
-
<summary>Returns the properties for this instance of a component that may be registered.</summary>
875
+
<summary>Returns the properties for this instance of a component that might be registered.</summary>
876
876
<returns>A <seecref="T:System.ComponentModel.PropertyDescriptorCollection" /> that represents the properties for this component instance.</returns>
0 commit comments