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.Collections.Generic/Dictionary`2.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -334,7 +334,7 @@
334
334
<paramname="collection">The <seecref="T:System.Collections.Generic.IEnumerable`1" /> whose elements are copied to the new <seecref="T:System.Collections.Generic.Dictionary`2" />.</param>
335
335
<summary>Initializes a new instance of the <seecref="T:System.Collections.Generic.Dictionary`2" /> class that contains elements copied from the specified <seecref="T:System.Collections.Generic.IEnumerable`1" />.</summary>
336
336
<remarks>To be added.</remarks>
337
-
<exceptioncref="ArgumentException"><paramrefname="collection" /> contains one or more duplicated keys.</exception>
337
+
<exceptioncref="System.ArgumentException"><paramrefname="collection" /> contains one or more duplicated keys.</exception>
338
338
</Docs>
339
339
</Member>
340
340
<MemberMemberName=".ctor">
@@ -572,7 +572,7 @@
572
572
<paramname="comparer">The <seecref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys, or <seelangword="null" /> to use the default <seecref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</param>
573
573
<summary>Initializes a new instance of the <seecref="T:System.Collections.Generic.Dictionary`2" /> class that contains elements copied from the specified <seecref="T:System.Collections.Generic.IEnumerable`1" /> and uses the specified <seecref="T:System.Collections.Generic.IEqualityComparer`1" />.</summary>
574
574
<remarks>To be added.</remarks>
575
-
<exceptioncref="ArgumentException"><paramrefname="collection" /> contains one or more duplicated keys.</exception>
575
+
<exceptioncref="System.ArgumentException"><paramrefname="collection" /> contains one or more duplicated keys.</exception>
576
576
</Docs>
577
577
</Member>
578
578
<MemberMemberName=".ctor">
@@ -1514,7 +1514,7 @@
1514
1514
<returns>
1515
1515
<seelangword="true" /> if the element is successfully found and removed; otherwise, <seelangword="false" />.</returns>
1516
1516
<remarks>To be added.</remarks>
1517
-
<exceptioncref="ArgumentNullException"><paramrefname="key" /> is <seelangword="null" />.</exception>
1517
+
<exceptioncref="System.ArgumentNullException"><paramrefname="key" /> is <seelangword="null" />.</exception>
Copy file name to clipboardExpand all lines: xml/System.Collections.Generic/Queue`1.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1338,7 +1338,7 @@ finally {
1338
1338
<returns>
1339
1339
<seelangword="true" /> if the object is successfully removed; <seelangword="false" /> if the <seecref="T:System.Collections.Generic.Queue`1" /> is empty.</returns>
1340
1340
<remarks>To be added.</remarks>
1341
-
<exceptioncref="ArgumentNullException"><paramrefname="key" /> is <seelangword="null" />.</exception>
1341
+
<exceptioncref="System.ArgumentNullException"><paramrefname="key" /> is <seelangword="null" />.</exception>
0 commit comments