Skip to content

Commit 9dddfe7

Browse files
author
Ron Petrusha
authored
Added ReadOnlyDictionary<TKey,TValue> constructor exception (#2748)
1 parent 18da88d commit 9dddfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xml/System.Collections.ObjectModel/ReadOnlyDictionary`2.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
<param name="dictionary">The dictionary to wrap.</param>
109109
<summary>Initializes a new instance of the <see cref="T:System.Collections.ObjectModel.ReadOnlyDictionary`2" /> class that is a wrapper around the specified dictionary.</summary>
110110
<remarks>To be added.</remarks>
111-
</Docs>
111+
<exception cref="T:System.ArgumentNullException"><paramref name="dictionary" /> is <see langword="null" />.</exception> </Docs>
112112
</Member>
113113
<Member MemberName="ContainsKey">
114114
<MemberSignature Language="C#" Value="public bool ContainsKey (TKey key);" />

0 commit comments

Comments
 (0)