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.AddIn.Hosting/AddInToken.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -528,7 +528,7 @@
528
528
<ReturnType>System.Boolean</ReturnType>
529
529
</ReturnValue>
530
530
<Docs>
531
-
<summary>Gets and sets a value that indicates whether add-ins should be directly connected to their hosts when conditions permit.</summary>
531
+
<summary>Gets or sets a value that indicates whether add-ins should be directly connected to their hosts when conditions permit.</summary>
532
532
<value>
533
533
<seelangword="true" /> if the add-in should be directly connected to the host; otherwise, <seelangword="false" />. The default is <seelangword="false" />.</value>
Copy file name to clipboardExpand all lines: xml/System.Collections/SortedList.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1718,7 +1718,7 @@ A <xref:System.Collections.SortedList> element can be accessed by its key, like
1718
1718
</Parameters>
1719
1719
<Docs>
1720
1720
<paramname="key">The key associated with the value to get or set.</param>
1721
-
<summary>Gets and sets the value associated with a specific key in a <seecref="T:System.Collections.SortedList" /> object.</summary>
1721
+
<summary>Gets or sets the value associated with a specific key in a <seecref="T:System.Collections.SortedList" /> object.</summary>
1722
1722
<value>The value associated with the <paramrefname="key" /> parameter in the <seecref="T:System.Collections.SortedList" /> object, if <paramrefname="key" /> is found; otherwise, <seelangword="null" />.</value>
0 commit comments