Skip to content

Commit 0ae4e98

Browse files
carlossanloptarekghPrashanth GovindarajanJan JahodaJan Jahoda
authored
Rc2 doc comments (#4908)
* Automatic port of System.OperatingSystem docs for RC2 (#4852) Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com> * Add Missing System.Diagnostics docs (#4856) * Add Missing System.Diagnostics docs * Apply suggestions from code review Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com> Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com> * Automatically port System.Diagnostics docs for RC2 (#4853) * Automatically port System.Diagnostics docs for RC2 * Update xml/System.Diagnostics/ActivitySamplingResult.xml Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com> * Update xml/System.Diagnostics/Process.xml Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com> Co-authored-by: Tarek Mahmoud Sayed <tarekms@microsoft.com> * Automatic port of RegexParse* documentation (#4850) * Automatic port of RegexParse* documentation * Update xml/System.Text.RegularExpressions/RegexParseError.xml * Apply suggestions from code review * Update RegexParseException * Update xml/System.Text.RegularExpressions/RegexParseException.xml * Update xml/System.Text.RegularExpressions/RegexParseException.xml Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com> Co-authored-by: Prashanth Govindarajan <prgovi@microsoft.com> * Add ssl API added between preview 7 and 8 (#4860) * Automatic port of Reflection RC2 documentation (#4851) * Revert "Add ssl API added between preview 7 and 8 (#4860)" (#4868) This reverts commit 10d2b88. * Add ssl API added between preview 7 and 8 #2 (#4869) * Add ssl API added between preview 7 and 8 * Apply suggestions from code review Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> * Update xml/System.Net.Security/SslStream.xml * Apply @wfurt comments * Add missing remark headers * Apply suggestions from code review Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Co-authored-by: Jan Jahoda <jajahoda@.microsoft.com> Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> * Documentation for System.Net.Http.SocketsHttpHandler.ConnectCallback (#4861) * Documentation for System.Net.Http.SocketsHttpHandler.ConnectCallback * Apply PR comments * Apply suggestions from code review Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Co-authored-by: Jan Jahoda <jajahoda@.microsoft.com> Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> * Add a remark to AddEvent method (#4871) * Add a remark to AddEvent method * Apply suggestions from code review Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> * Automatic port of CryptoStream docs (#4888) Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com> * Automatic port of System.Buffers docs (#4882) Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com> * resolve isprefix conflict * Automatic port of System.Data.Common docs (#4885) Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com> * Automatic port of *PipeServerStreamAcl docs (#4880) * Automatic port of *PipeServerStreamAcl docs * Apply suggestions from code review Co-authored-by: Prashanth Govindarajan <prgovi@microsoft.com> Co-authored-by: David Cantú <dacantu@microsoft.com> * Apply suggestions from code review Co-authored-by: David Cantú <dacantu@microsoft.com> * Apply suggestions from code review * Update xml/System.IO.Pipes/AnonymousPipeServerStreamAcl.xml * Update xml/System.IO.Pipes/AnonymousPipeServerStreamAcl.xml Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com> Co-authored-by: Prashanth Govindarajan <prgovi@microsoft.com> Co-authored-by: David Cantú <dacantu@microsoft.com> * Automatic port of *OSPlatformAttribute docs (#4883) * Automatic port of *OSPlatformAttribute docs * Missing TargetPlatformAttribute constructor parameter description. * Apply suggestions from code review Co-authored-by: Buyaa <buyankhishig.namnan@microsoft.com> * Update xml/System.Runtime.Versioning/SupportedOSPlatformAttribute.xml Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com> Co-authored-by: Buyaa <buyankhishig.namnan@microsoft.com> * Document System.Enum (#4894) Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com> * Document Half.op_Explicit APIs (#4893) * Document Half.op_Explicit APIs * Equals Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com> * Automatic port of Rune.CompareTo EII (#4891) Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com> * Add missing docs for AsnContentException. (#4895) * Add missing documentation for S.S.Cryptography (#4892) * Add missing documentation for S.S.Cryptography * Apply feedback * Automatic port of System.Threading.ExecutionContext.Restore doc (#4887) * Automatic port of System.Threading.ExecutionContext.Restore doc * Update xml/System.Threading/ExecutionContext.xml Co-authored-by: Prashanth Govindarajan <prgovi@microsoft.com> * Apply suggestions from code review Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com> Co-authored-by: Prashanth Govindarajan <prgovi@microsoft.com> * Automatic port of explicit interface implementation of System.Net.Http.HttpRequestOptions (#4881) * Automatic port of explicit interface implementations for System.Net.Http.HttpRequestOptions * Apply suggestions from code review Co-authored-by: Jan Jahoda <aik.jahoda@post.cz> Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com> Co-authored-by: Jan Jahoda <aik.jahoda@post.cz> * Document Type.IsAssignableTo (#4898) Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com> * Document System.PlatformID.Other (#4897) Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com> * HTTP Version Selection (#4870) * Sync docs with source comments * Apply suggestions from code review Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com> Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> * Add values Co-authored-by: Jan Jahoda <jajahoda@.microsoft.com> Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com> * HttpClient sync operations (#4776) * Draft for @ManickaP * Apply suggestions from code review Co-authored-by: Marie Píchová <11718369+ManickaP@users.noreply.github.com> * Format verification * Format verification * Fix links * Fix links * Fix xml tag * Fix links * Fix links * Fix links * Apply suggestions from code review Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com> * Fix links * Add CreateContentReadStream * Fix links * Add System.Net.Http.DelegatingHandler.Send * Fix links * Apply suggestions from code review Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com> * Remove "Synchronous" information from summary * Apply suggestions from code review Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com> * Fix the exception description Co-authored-by: Jan Jahoda <jajahoda@.microsoft.com> Co-authored-by: Marie Píchová <11718369+ManickaP@users.noreply.github.com> Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com> Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> * adding docs for missing 5.0 apis for system.Runtime.CompilerServices.Unsafe (#4902) * adding docs for missing 5.0 apis * Apply suggestions from code review Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com> * resolve conflict * Add Sysytem.Net.* missing API (#4904) * System.Net.Http.SocketsHttpHandler.EnableMultipleHttp2Connections * Add Sysytem.Net.\* missing API * Apply PR comments * Apply suggestions from code review * Apply suggestions from code review * Update xml/System.Net.Http/SocketsHttpHandler.xml Co-authored-by: Jan Jahoda <jajahoda@.microsoft.com> Co-authored-by: Carlos Sanchez <1175054+carlossanlop@users.noreply.github.com> * Http sync follow up (#4905) * Add the http sync follow up * Fix closing tag Co-authored-by: Jan Jahoda <jajahoda@.microsoft.com> Co-authored-by: carlossanlop <carlossanlop@users.noreply.github.com> Co-authored-by: Tarek Mahmoud Sayed <tarekms@microsoft.com> Co-authored-by: Prashanth Govindarajan <prgovi@microsoft.com> Co-authored-by: Jan Jahoda <jajahoda@microsoft.com> Co-authored-by: Jan Jahoda <jajahoda@.microsoft.com> Co-authored-by: Genevieve Warren <24882762+gewarren@users.noreply.github.com> Co-authored-by: David Cantú <dacantu@microsoft.com> Co-authored-by: Buyaa <buyankhishig.namnan@microsoft.com> Co-authored-by: Jeremy Barton <jbarton@microsoft.com> Co-authored-by: Jan Jahoda <aik.jahoda@post.cz> Co-authored-by: Marie Píchová <11718369+ManickaP@users.noreply.github.com> Co-authored-by: Anirudh Agnihotry <anirudhagnihotry098@gmail.com>
1 parent 7d68494 commit 0ae4e98

File tree

66 files changed

+1280
-646
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

66 files changed

+1280
-646
lines changed

xml/System.Buffers/ReadOnlySequence`1.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -351,10 +351,11 @@ The consumer is expected to manage the lifetime of memory until <see cref="T:Sys
351351
<Parameter Name="position" Type="System.SequencePosition" Index="0" FrameworkAlternate="net-5.0" />
352352
</Parameters>
353353
<Docs>
354-
<param name="position">To be added.</param>
355-
<summary>To be added.</summary>
356-
<returns>To be added.</returns>
354+
<param name="position">The <see cref="T:System.SequencePosition" /> of which to get the offset.</param>
355+
<summary>Returns the offset of a <paramref name="position" /> within this sequence from the start.</summary>
356+
<returns>The offset from the start of the sequence.</returns>
357357
<remarks>To be added.</remarks>
358+
<exception cref="T:System.ArgumentOutOfRangeException">The position is out of range.</exception>
358359
</Docs>
359360
</Member>
360361
<Member MemberName="GetPosition">

xml/System.Buffers/SequenceReader`1.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -972,7 +972,7 @@ This method copies a fixed amount of data out of the sequence if possible. It do
972972
<param name="delimiter">The delimiter to look for.</param>
973973
<param name="advancePastDelimiter">
974974
<see langword="true" /> to move past the <paramref name="delimiter" /> if found.</param>
975-
<param name="span">To be added.</param>
975+
<param name="span">The read data, if any.</param>
976976
<summary>Try to read everything up to the given <paramref name="delimiter" />.</summary>
977977
<returns>
978978
<see langword="true" /> if the <paramref name="delimiter" /> was found; otherwise, <see langword="false" />.</returns>

xml/System.Collections.Generic/CollectionExtensions.xml

Lines changed: 27 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,11 @@
5757
<Parameter Name="self" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.Extensions.DependencyModel.RuntimeAssetGroup&gt;" Index="0" FrameworkAlternate="dotnet-plat-ext-5.0" RefType="this" />
5858
</Parameters>
5959
<Docs>
60-
<param name="self">To be added.</param>
61-
<summary>To be added.</summary>
62-
<returns>To be added.</returns>
60+
<param name="self">The source enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" />.</param>
61+
<summary>Gets an enumeration of assets where each asset has an empty runtime.</summary>
62+
<returns>An enumeration of assets, each with an empty <see cref="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime" />.</returns>
6363
<remarks>To be added.</remarks>
64+
<exception cref="T:System.ArgumentNullException">Thrown when <paramref name="self" /> is <see langword="null" />.</exception>
6465
</Docs>
6566
</Member>
6667
<Member MemberName="GetDefaultGroup">
@@ -88,10 +89,11 @@
8889
<Parameter Name="self" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.Extensions.DependencyModel.RuntimeAssetGroup&gt;" Index="0" FrameworkAlternate="dotnet-plat-ext-5.0" RefType="this" />
8990
</Parameters>
9091
<Docs>
91-
<param name="self">To be added.</param>
92-
<summary>To be added.</summary>
93-
<returns>To be added.</returns>
92+
<param name="self">The source enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" />.</param>
93+
<summary>Gets the first <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" /> with an empty <see cref="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime" />.</summary>
94+
<returns>The first <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" /> with an empty <see cref="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime" />, or <see langword="null" /> if none exists.</returns>
9495
<remarks>To be added.</remarks>
96+
<exception cref="T:System.ArgumentNullException">Thrown when <paramref name="self" /> is <see langword="null" />.</exception>
9597
</Docs>
9698
</Member>
9799
<Member MemberName="GetDefaultRuntimeFileAssets">
@@ -119,10 +121,11 @@
119121
<Parameter Name="self" Type="System.Collections.Generic.IEnumerable&lt;Microsoft.Extensions.DependencyModel.RuntimeAssetGroup&gt;" Index="0" FrameworkAlternate="dotnet-plat-ext-5.0" RefType="this" />
120122
</Parameters>
121123
<Docs>
122-
<param name="self">To be added.</param>
123-
<summary>To be added.</summary>
124-
<returns>To be added.</returns>
124+
<param name="self">The source enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" />.</param>
125+
<summary>Gets an enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeFile" /> where each value has an empty runtime.</summary>
126+
<returns>An enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeFile" />, each with an empty <see cref="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime" />.</returns>
125127
<remarks>To be added.</remarks>
128+
<exception cref="T:System.ArgumentNullException">Thrown when <paramref name="self" /> is <see langword="null" />.</exception>
126129
</Docs>
127130
</Member>
128131
<Member MemberName="GetRuntimeAssets">
@@ -151,11 +154,12 @@
151154
<Parameter Name="runtime" Type="System.String" Index="1" FrameworkAlternate="dotnet-plat-ext-5.0" />
152155
</Parameters>
153156
<Docs>
154-
<param name="self">To be added.</param>
155-
<param name="runtime">To be added.</param>
156-
<summary>To be added.</summary>
157-
<returns>To be added.</returns>
157+
<param name="self">The source enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" />.</param>
158+
<param name="runtime">The string to search for.</param>
159+
<summary>Gets an enumeration of assets where each asset's value equals <paramref name="runtime" />.</summary>
160+
<returns>An enumeration of assets where each asset's <see cref="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime" /> equals <paramref name="runtime" />.</returns>
158161
<remarks>To be added.</remarks>
162+
<exception cref="T:System.ArgumentNullException">Thrown when <paramref name="self" /> is <see langword="null" />.</exception>
159163
</Docs>
160164
</Member>
161165
<Member MemberName="GetRuntimeFileAssets">
@@ -184,11 +188,12 @@
184188
<Parameter Name="runtime" Type="System.String" Index="1" FrameworkAlternate="dotnet-plat-ext-5.0" />
185189
</Parameters>
186190
<Docs>
187-
<param name="self">To be added.</param>
188-
<param name="runtime">To be added.</param>
189-
<summary>To be added.</summary>
190-
<returns>To be added.</returns>
191+
<param name="self">The source enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" />.</param>
192+
<param name="runtime">The string to search for.</param>
193+
<summary>Gets an enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeFile" /> where each value's <see cref="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime" /> equals <paramref name="runtime" />.</summary>
194+
<returns>An enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeFile" />, where each value's <see cref="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime" /> equals <paramref name="runtime" />.</returns>
191195
<remarks>To be added.</remarks>
196+
<exception cref="T:System.ArgumentNullException">Thrown when <paramref name="runtime" /> is <see langword="null" /> or empty.</exception>
192197
</Docs>
193198
</Member>
194199
<Member MemberName="GetRuntimeGroup">
@@ -217,11 +222,12 @@
217222
<Parameter Name="runtime" Type="System.String" Index="1" FrameworkAlternate="dotnet-plat-ext-5.0" />
218223
</Parameters>
219224
<Docs>
220-
<param name="self">To be added.</param>
221-
<param name="runtime">To be added.</param>
222-
<summary>To be added.</summary>
223-
<returns>To be added.</returns>
225+
<param name="self">The source enumeration of <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" />.</param>
226+
<param name="runtime">The string to search for.</param>
227+
<summary>Gets the first <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" /> where <see cref="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime" /> matches <paramref name="runtime" />.</summary>
228+
<returns>The first <see cref="T:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup" /> where <see cref="P:Microsoft.Extensions.DependencyModel.RuntimeAssetGroup.Runtime" /> matches <paramref name="runtime" />, or <see langword="null" /> if none exists.</returns>
224229
<remarks>To be added.</remarks>
230+
<exception cref="T:System.ArgumentNullException">Thrown when <paramref name="runtime" /> is <see langword="null" /> or empty.</exception>
225231
</Docs>
226232
</Member>
227233
<Member MemberName="GetValueOrDefault&lt;TKey,TValue&gt;">

xml/System.Collections.Generic/LinkedListNode`1.xml

Lines changed: 54 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -46,20 +46,20 @@
4646
<typeparam name="T">Specifies the element type of the linked list.</typeparam>
4747
<summary>Represents a node in a <see cref="T:System.Collections.Generic.LinkedList`1" />. This class cannot be inherited.</summary>
4848
<remarks>
49-
<format type="text/markdown"><![CDATA[
50-
51-
## Remarks
52-
Each element of the <xref:System.Collections.Generic.LinkedList%601> collection is a <xref:System.Collections.Generic.LinkedListNode%601>. The <xref:System.Collections.Generic.LinkedListNode%601> contains a value, a reference to the <xref:System.Collections.Generic.LinkedList%601> that it belongs to, a reference to the next node, and a reference to the previous node.
53-
54-
55-
56-
## Examples
57-
The following code example creates a <xref:System.Collections.Generic.LinkedListNode%601>, adds it to a <xref:System.Collections.Generic.LinkedList%601>, and tracks the values of its properties as the <xref:System.Collections.Generic.LinkedList%601> changes.
58-
49+
<format type="text/markdown"><![CDATA[
50+
51+
## Remarks
52+
Each element of the <xref:System.Collections.Generic.LinkedList%601> collection is a <xref:System.Collections.Generic.LinkedListNode%601>. The <xref:System.Collections.Generic.LinkedListNode%601> contains a value, a reference to the <xref:System.Collections.Generic.LinkedList%601> that it belongs to, a reference to the next node, and a reference to the previous node.
53+
54+
55+
56+
## Examples
57+
The following code example creates a <xref:System.Collections.Generic.LinkedListNode%601>, adds it to a <xref:System.Collections.Generic.LinkedList%601>, and tracks the values of its properties as the <xref:System.Collections.Generic.LinkedList%601> changes.
58+
5959
:::code language="cpp" source="~/samples/snippets/cpp/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/cpp/llnctor.cpp" id="Snippet1":::
6060
:::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/CS/llnctor.cs" interactive="try-dotnet" id="Snippet1":::
6161
:::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/VB/llnctor.vb" id="Snippet1":::
62-
62+
6363
]]></format>
6464
</remarks>
6565
</Docs>
@@ -105,20 +105,20 @@
105105
<param name="value">The value to contain in the <see cref="T:System.Collections.Generic.LinkedListNode`1" />.</param>
106106
<summary>Initializes a new instance of the <see cref="T:System.Collections.Generic.LinkedListNode`1" /> class, containing the specified value.</summary>
107107
<remarks>
108-
<format type="text/markdown"><![CDATA[
109-
110-
## Remarks
111-
The <xref:System.Collections.Generic.LinkedListNode%601.List%2A>, <xref:System.Collections.Generic.LinkedListNode%601.Next%2A>, and <xref:System.Collections.Generic.LinkedListNode%601.Previous%2A> properties are set to `null`.
112-
113-
114-
115-
## Examples
116-
The following code example creates a <xref:System.Collections.Generic.LinkedListNode%601>, adds it to a <xref:System.Collections.Generic.LinkedList%601>, and tracks the values of its properties as the <xref:System.Collections.Generic.LinkedList%601> changes.
117-
108+
<format type="text/markdown"><![CDATA[
109+
110+
## Remarks
111+
The <xref:System.Collections.Generic.LinkedListNode%601.List%2A>, <xref:System.Collections.Generic.LinkedListNode%601.Next%2A>, and <xref:System.Collections.Generic.LinkedListNode%601.Previous%2A> properties are set to `null`.
112+
113+
114+
115+
## Examples
116+
The following code example creates a <xref:System.Collections.Generic.LinkedListNode%601>, adds it to a <xref:System.Collections.Generic.LinkedList%601>, and tracks the values of its properties as the <xref:System.Collections.Generic.LinkedList%601> changes.
117+
118118
:::code language="cpp" source="~/samples/snippets/cpp/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/cpp/llnctor.cpp" id="Snippet1":::
119119
:::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/CS/llnctor.cs" interactive="try-dotnet" id="Snippet1":::
120-
:::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/VB/llnctor.vb" id="Snippet1":::
121-
120+
:::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/VB/llnctor.vb" id="Snippet1":::
121+
122122
]]></format>
123123
</remarks>
124124
</Docs>
@@ -165,15 +165,15 @@
165165
<summary>Gets the <see cref="T:System.Collections.Generic.LinkedList`1" /> that the <see cref="T:System.Collections.Generic.LinkedListNode`1" /> belongs to.</summary>
166166
<value>A reference to the <see cref="T:System.Collections.Generic.LinkedList`1" /> that the <see cref="T:System.Collections.Generic.LinkedListNode`1" /> belongs to, or <see langword="null" /> if the <see cref="T:System.Collections.Generic.LinkedListNode`1" /> is not linked.</value>
167167
<remarks>
168-
<format type="text/markdown"><![CDATA[
169-
170-
## Examples
171-
The following code example creates a <xref:System.Collections.Generic.LinkedListNode%601>, adds it to a <xref:System.Collections.Generic.LinkedList%601>, and tracks the values of its properties as the <xref:System.Collections.Generic.LinkedList%601> changes.
172-
168+
<format type="text/markdown"><![CDATA[
169+
170+
## Examples
171+
The following code example creates a <xref:System.Collections.Generic.LinkedListNode%601>, adds it to a <xref:System.Collections.Generic.LinkedList%601>, and tracks the values of its properties as the <xref:System.Collections.Generic.LinkedList%601> changes.
172+
173173
:::code language="cpp" source="~/samples/snippets/cpp/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/cpp/llnctor.cpp" id="Snippet1":::
174174
:::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/CS/llnctor.cs" interactive="try-dotnet" id="Snippet1":::
175-
:::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/VB/llnctor.vb" id="Snippet1":::
176-
175+
:::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/VB/llnctor.vb" id="Snippet1":::
176+
177177
]]></format>
178178
</remarks>
179179
</Docs>
@@ -214,15 +214,15 @@
214214
<summary>Gets the next node in the <see cref="T:System.Collections.Generic.LinkedList`1" />.</summary>
215215
<value>A reference to the next node in the <see cref="T:System.Collections.Generic.LinkedList`1" />, or <see langword="null" /> if the current node is the last element (<see cref="P:System.Collections.Generic.LinkedList`1.Last" />) of the <see cref="T:System.Collections.Generic.LinkedList`1" />.</value>
216216
<remarks>
217-
<format type="text/markdown"><![CDATA[
218-
219-
## Examples
220-
The following code example creates a <xref:System.Collections.Generic.LinkedListNode%601>, adds it to a <xref:System.Collections.Generic.LinkedList%601>, and tracks the values of its properties as the <xref:System.Collections.Generic.LinkedList%601> changes.
221-
217+
<format type="text/markdown"><![CDATA[
218+
219+
## Examples
220+
The following code example creates a <xref:System.Collections.Generic.LinkedListNode%601>, adds it to a <xref:System.Collections.Generic.LinkedList%601>, and tracks the values of its properties as the <xref:System.Collections.Generic.LinkedList%601> changes.
221+
222222
:::code language="cpp" source="~/samples/snippets/cpp/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/cpp/llnctor.cpp" id="Snippet1":::
223223
:::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/CS/llnctor.cs" interactive="try-dotnet" id="Snippet1":::
224224
:::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/VB/llnctor.vb" id="Snippet1":::
225-
225+
226226
]]></format>
227227
</remarks>
228228
</Docs>
@@ -263,15 +263,15 @@
263263
<summary>Gets the previous node in the <see cref="T:System.Collections.Generic.LinkedList`1" />.</summary>
264264
<value>A reference to the previous node in the <see cref="T:System.Collections.Generic.LinkedList`1" />, or <see langword="null" /> if the current node is the first element (<see cref="P:System.Collections.Generic.LinkedList`1.First" />) of the <see cref="T:System.Collections.Generic.LinkedList`1" />.</value>
265265
<remarks>
266-
<format type="text/markdown"><![CDATA[
267-
268-
## Examples
269-
The following code example creates a <xref:System.Collections.Generic.LinkedListNode%601>, adds it to a <xref:System.Collections.Generic.LinkedList%601>, and tracks the values of its properties as the <xref:System.Collections.Generic.LinkedList%601> changes.
270-
266+
<format type="text/markdown"><![CDATA[
267+
268+
## Examples
269+
The following code example creates a <xref:System.Collections.Generic.LinkedListNode%601>, adds it to a <xref:System.Collections.Generic.LinkedList%601>, and tracks the values of its properties as the <xref:System.Collections.Generic.LinkedList%601> changes.
270+
271271
:::code language="cpp" source="~/samples/snippets/cpp/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/cpp/llnctor.cpp" id="Snippet1":::
272272
:::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/CS/llnctor.cs" interactive="try-dotnet" id="Snippet1":::
273273
:::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/VB/llnctor.vb" id="Snippet1":::
274-
274+
275275
]]></format>
276276
</remarks>
277277
</Docs>
@@ -321,20 +321,20 @@
321321
<summary>Gets the value contained in the node.</summary>
322322
<value>The value contained in the node.</value>
323323
<remarks>
324-
<format type="text/markdown"><![CDATA[
325-
326-
## Remarks
327-
This property is set in the <xref:System.Collections.Generic.LinkedListNode%601.%23ctor%2A>.
328-
329-
330-
331-
## Examples
332-
The following code example creates a <xref:System.Collections.Generic.LinkedListNode%601>, adds it to a <xref:System.Collections.Generic.LinkedList%601>, and tracks the values of its properties as the <xref:System.Collections.Generic.LinkedList%601> changes.
333-
324+
<format type="text/markdown"><![CDATA[
325+
326+
## Remarks
327+
This property is set in the <xref:System.Collections.Generic.LinkedListNode%601.%23ctor%2A>.
328+
329+
330+
331+
## Examples
332+
The following code example creates a <xref:System.Collections.Generic.LinkedListNode%601>, adds it to a <xref:System.Collections.Generic.LinkedList%601>, and tracks the values of its properties as the <xref:System.Collections.Generic.LinkedList%601> changes.
333+
334334
:::code language="cpp" source="~/samples/snippets/cpp/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/cpp/llnctor.cpp" id="Snippet1":::
335335
:::code language="csharp" source="~/samples/snippets/csharp/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/CS/llnctor.cs" interactive="try-dotnet" id="Snippet1":::
336-
:::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/VB/llnctor.vb" id="Snippet1":::
337-
336+
:::code language="vb" source="~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.Collections.Generic.LinkedListNode/VB/llnctor.vb" id="Snippet1":::
337+
338338
]]></format>
339339
</remarks>
340340
</Docs>

0 commit comments

Comments
 (0)