Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ed95b65

Browse filesBrowse files
Copilotjeffhandley
andcommitted
Fix additional errant para tag patterns per review feedback
Co-authored-by: jeffhandley <1031940+jeffhandley@users.noreply.github.com>
1 parent 4b82e19 commit ed95b65
Copy full SHA for ed95b65

File tree

Expand file treeCollapse file tree

2 files changed

+14
-29
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+14
-29
lines changed

‎xml/System.Collections.Generic/OrderedDictionary`2.xml

Copy file name to clipboardExpand all lines: xml/System.Collections.Generic/OrderedDictionary`2.xml
+11-22Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@
9898
<Parameters />
9999
<Docs>
100100
<summary>
101-
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty,</para>
102-
<para>has the default initial capacity, and uses the default equality comparer for the key type.</para>
101+
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty, has the default initial capacity, and uses the default equality comparer for the key type.</para>
103102
</summary>
104103
<remarks>To be added.</remarks>
105104
</Docs>
@@ -126,8 +125,7 @@
126125
<para>The initial order of the elements in the new collection is the order the elements are enumerated from the supplied dictionary.</para>
127126
</param>
128127
<summary>
129-
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that contains elements copied from</para>
130-
<para>the specified <see cref="T:System.Collections.Generic.IDictionary`2" /> and uses the default equality comparer for the key type.</para>
128+
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that contains elements copied from the specified <see cref="T:System.Collections.Generic.IDictionary`2" /> and uses the default equality comparer for the key type.</para>
131129
</summary>
132130
<remarks>To be added.</remarks>
133131
<exception cref="T:System.ArgumentNullException">
@@ -196,12 +194,10 @@
196194
</Parameters>
197195
<Docs>
198196
<param name="comparer">
199-
<para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys,</para>
200-
<para>or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para>
197+
<para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys, or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para>
201198
</param>
202199
<summary>
203-
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty,</para>
204-
<para>has the default initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para>
200+
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty, has the default initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para>
205201
</summary>
206202
<remarks>To be added.</remarks>
207203
</Docs>
@@ -225,8 +221,7 @@
225221
<Docs>
226222
<param name="capacity">The initial number of elements that the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> can contain.</param>
227223
<summary>
228-
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty,</para>
229-
<para>has the specified initial capacity, and uses the default equality comparer for the key type.</para>
224+
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty, has the specified initial capacity, and uses the default equality comparer for the key type.</para>
230225
</summary>
231226
<remarks>To be added.</remarks>
232227
<exception cref="T:System.ArgumentOutOfRangeException">capacity is less than 0.</exception>
@@ -262,12 +257,10 @@
262257
<para>The initial order of the elements in the new collection is the order the elements are enumerated from the supplied dictionary.</para>
263258
</param>
264259
<param name="comparer">
265-
<para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys,</para>
266-
<para>or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para>
260+
<para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys, or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para>
267261
</param>
268262
<summary>
269-
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that contains elements copied from</para>
270-
<para>the specified <see cref="T:System.Collections.Generic.IDictionary`2" /> and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para>
263+
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that contains elements copied from the specified <see cref="T:System.Collections.Generic.IDictionary`2" /> and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para>
271264
</summary>
272265
<remarks>To be added.</remarks>
273266
<exception cref="T:System.ArgumentNullException">
@@ -311,12 +304,10 @@
311304
<para>The initial order of the elements in the new collection is the order the elements are enumerated from the supplied collection.</para>
312305
</param>
313306
<param name="comparer">
314-
<para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys,</para>
315-
<para>or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para>
307+
<para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys, or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para>
316308
</param>
317309
<summary>
318-
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that contains elements copied</para>
319-
<para>from the specified <see cref="T:System.Collections.Generic.IEnumerable`1" /> and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para>
310+
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that contains elements copied from the specified <see cref="T:System.Collections.Generic.IEnumerable`1" /> and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para>
320311
</summary>
321312
<remarks>To be added.</remarks>
322313
<exception cref="T:System.ArgumentNullException">
@@ -350,12 +341,10 @@
350341
<Docs>
351342
<param name="capacity">The initial number of elements that the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> can contain.</param>
352343
<param name="comparer">
353-
<para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys,</para>
354-
<para>or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para>
344+
<para>The <see cref="T:System.Collections.Generic.IEqualityComparer`1" /> implementation to use when comparing keys, or <see langword="null" /> to use the default <see cref="T:System.Collections.Generic.EqualityComparer`1" /> for the type of the key.</para>
355345
</param>
356346
<summary>
357-
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty,</para>
358-
<para>has the specified initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para>
347+
<para>Initializes a new instance of the <see cref="T:System.Collections.Generic.OrderedDictionary`2" /> class that is empty, has the specified initial capacity, and uses the specified <see cref="T:System.Collections.Generic.IEqualityComparer`1" />.</para>
359348
</summary>
360349
<remarks>To be added.</remarks>
361350
<exception cref="T:System.ArgumentOutOfRangeException">capacity is less than 0.</exception>

‎xml/System.Reflection.Metadata/TypeName.xml

Copy file name to clipboardExpand all lines: xml/System.Reflection.Metadata/TypeName.xml
+3-7Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -455,17 +455,13 @@
455455
</ReturnValue>
456456
<Docs>
457457
<summary>
458-
<para>Gets a value that indicates whether this is a "plain" type; that is, not an array, not a pointer, not a reference, and</para>
459-
<para>not a constructed generic type. Examples of elemental types are "System.Int32",</para>
460-
<para>"System.Uri", and "YourNamespace.YourClass".</para>
458+
<para>Gets a value that indicates whether this is a "plain" type; that is, not an array, not a pointer, not a reference, and not a constructed generic type. Examples of elemental types are "System.Int32", "System.Uri", and "YourNamespace.YourClass".</para>
461459
</summary>
462460
<value>To be added.</value>
463461
<remarks>
464-
<para>This property returning <see langword="true" /> doesn't mean that the type is a primitive like string</para>
465-
<para>or int; it just means that there's no underlying type.</para>
462+
<para>This property returning <see langword="true" /> doesn't mean that the type is a primitive like string or int; it just means that there's no underlying type.</para>
466463
<para>This property will return <see langword="true" /> for generic type definitions (for example, "Dictionary&lt;,&gt;").</para>
467-
<para>This is because determining whether a type truly is a generic type requires loading the type</para>
468-
<para>and performing a runtime check.</para>
464+
<para>This is because determining whether a type truly is a generic type requires loading the type and performing a runtime check.</para>
469465
</remarks>
470466
</Docs>
471467
</Member>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.