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
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -334,6 +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
338
</Docs>
338
339
</Member>
339
340
<MemberMemberName=".ctor">
@@ -571,6 +572,7 @@
571
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>
572
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>
573
574
<remarks>To be added.</remarks>
575
+
<exceptioncref="ArgumentException"><paramrefname="collection" /> contains one or more duplicated keys.</exception>
574
576
</Docs>
575
577
</Member>
576
578
<MemberMemberName=".ctor">
@@ -1512,6 +1514,7 @@
1512
1514
<returns>
1513
1515
<seelangword="true" /> if the element is successfully found and removed; otherwise, <seelangword="false" />.</returns>
1514
1516
<remarks>To be added.</remarks>
1517
+
<exceptioncref="ArgumentNullException"><paramrefname="key" /> is <seelangword="null" />.</exception>
Copy file name to clipboardExpand all lines: xml/System.Collections.Generic/Queue`1.xml
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1338,6 +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>
0 commit comments