Skip to content

Commit 3c093c7

Browse files
committed
Merge branch 'master' into publish-23641
2 parents a47e9b2 + 84f04cc commit 3c093c7

File tree

106 files changed

+426
-410
lines changed

Some content is hidden

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

106 files changed

+426
-410
lines changed

samples/snippets/csharp/VS_Snippets_CLR/Environment.NewLine/CS/newline.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ class Sample
66
{
77
public static void Main()
88
{
9-
Console.WriteLine();
10-
Console.WriteLine("NewLine: {0} first line{0} second line{0} third line",
11-
Environment.NewLine);
9+
Console.WriteLine();
10+
Console.WriteLine("NewLine: {0} first line{0} second line{0} third line",
11+
Environment.NewLine);
1212
}
1313
}
1414
/*
@@ -19,4 +19,4 @@ first line
1919
second line
2020
third line
2121
*/
22-
//</snippet1>
22+
//</snippet1>

xml/System.Collections.Concurrent/OrderablePartitioner`1.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
106106
]]></format>
107107
</remarks>
108-
<related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
108+
<related type="Article" href="/dotnet/standard/parallel-programming/custom-partitioners-for-plinq-and-tpl">Custom Partitioners for PLINQ and TPL</related>
109109
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-speed-up-small-loop-bodies">How to: Speed Up Small Loop Bodies</related>
110110
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning">How to: Implement a Partitioner With a Static Number of Partitions</related>
111111
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-implement-dynamic-partitions">How to: Implement Dynamic Partitions</related>
@@ -159,7 +159,7 @@
159159
]]></format>
160160
</remarks>
161161
<exception cref="T:System.NotSupportedException">Dynamic partitioning is not supported by the base class. It must be implemented in derived classes.</exception>
162-
<related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
162+
<related type="Article" href="/dotnet/standard/parallel-programming/custom-partitioners-for-plinq-and-tpl">Custom Partitioners for PLINQ and TPL</related>
163163
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-speed-up-small-loop-bodies">How to: Speed Up Small Loop Bodies</related>
164164
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning">How to: Implement a Partitioner With a Static Number of Partitions</related>
165165
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-implement-dynamic-partitions">How to: Implement Dynamic Partitions</related>
@@ -213,7 +213,7 @@
213213
]]></format>
214214
</remarks>
215215
<exception cref="T:System.NotSupportedException">Dynamic partitioning is not supported by this partitioner.</exception>
216-
<related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
216+
<related type="Article" href="/dotnet/standard/parallel-programming/custom-partitioners-for-plinq-and-tpl">Custom Partitioners for PLINQ and TPL</related>
217217
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-speed-up-small-loop-bodies">How to: Speed Up Small Loop Bodies</related>
218218
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning">How to: Implement a Partitioner With a Static Number of Partitions</related>
219219
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-implement-dynamic-partitions">How to: Implement Dynamic Partitions</related>
@@ -267,7 +267,7 @@
267267
268268
]]></format>
269269
</remarks>
270-
<related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
270+
<related type="Article" href="/dotnet/standard/parallel-programming/custom-partitioners-for-plinq-and-tpl">Custom Partitioners for PLINQ and TPL</related>
271271
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-speed-up-small-loop-bodies">How to: Speed Up Small Loop Bodies</related>
272272
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning">How to: Implement a Partitioner With a Static Number of Partitions</related>
273273
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-implement-dynamic-partitions">How to: Implement Dynamic Partitions</related>
@@ -319,7 +319,7 @@
319319
320320
]]></format>
321321
</remarks>
322-
<related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
322+
<related type="Article" href="/dotnet/standard/parallel-programming/custom-partitioners-for-plinq-and-tpl">Custom Partitioners for PLINQ and TPL</related>
323323
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-speed-up-small-loop-bodies">How to: Speed Up Small Loop Bodies</related>
324324
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning">How to: Implement a Partitioner With a Static Number of Partitions</related>
325325
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-implement-dynamic-partitions">How to: Implement Dynamic Partitions</related>
@@ -413,7 +413,7 @@
413413
414414
]]></format>
415415
</remarks>
416-
<related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
416+
<related type="Article" href="/dotnet/standard/parallel-programming/custom-partitioners-for-plinq-and-tpl">Custom Partitioners for PLINQ and TPL</related>
417417
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-speed-up-small-loop-bodies">How to: Speed Up Small Loop Bodies</related>
418418
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning">How to: Implement a Partitioner With a Static Number of Partitions</related>
419419
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-implement-dynamic-partitions">How to: Implement Dynamic Partitions</related>
@@ -460,7 +460,7 @@
460460
461461
]]></format>
462462
</remarks>
463-
<related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
463+
<related type="Article" href="/dotnet/standard/parallel-programming/custom-partitioners-for-plinq-and-tpl">Custom Partitioners for PLINQ and TPL</related>
464464
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-speed-up-small-loop-bodies">How to: Speed Up Small Loop Bodies</related>
465465
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-implement-a-partitioner-for-static-partitioning">How to: Implement a Partitioner With a Static Number of Partitions</related>
466466
<related type="Article" href="/dotnet/standard/parallel-programming/how-to-implement-dynamic-partitions">How to: Implement Dynamic Partitions</related>

xml/System.Collections.Concurrent/Partitioner`1.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<remarks>To be added.</remarks>
9090
<altmember cref="T:System.Collections.Concurrent.OrderablePartitioner`1" />
9191
<altmember cref="T:System.Collections.Concurrent.Partitioner" />
92-
<related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
92+
<related type="Article" href="/dotnet/standard/parallel-programming/custom-partitioners-for-plinq-and-tpl">Custom Partitioners for PLINQ and TPL</related>
9393
</Docs>
9494
</Member>
9595
<Member MemberName="GetDynamicPartitions">
@@ -138,7 +138,7 @@
138138
<exception cref="T:System.NotSupportedException">Dynamic partitioning is not supported by the base class. You must implement it in a derived class.</exception>
139139
<altmember cref="T:System.Collections.Concurrent.OrderablePartitioner`1" />
140140
<altmember cref="T:System.Collections.Concurrent.Partitioner" />
141-
<related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
141+
<related type="Article" href="/dotnet/standard/parallel-programming/custom-partitioners-for-plinq-and-tpl">Custom Partitioners for PLINQ and TPL</related>
142142
</Docs>
143143
</Member>
144144
<Member MemberName="GetPartitions">
@@ -187,7 +187,7 @@
187187
</remarks>
188188
<altmember cref="T:System.Collections.Concurrent.OrderablePartitioner`1" />
189189
<altmember cref="T:System.Collections.Concurrent.Partitioner" />
190-
<related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
190+
<related type="Article" href="/dotnet/standard/parallel-programming/custom-partitioners-for-plinq-and-tpl">Custom Partitioners for PLINQ and TPL</related>
191191
</Docs>
192192
</Member>
193193
<Member MemberName="SupportsDynamicPartitions">
@@ -233,7 +233,7 @@
233233
</remarks>
234234
<altmember cref="T:System.Collections.Concurrent.OrderablePartitioner`1" />
235235
<altmember cref="T:System.Collections.Concurrent.Partitioner" />
236-
<related type="Article" href="https://msdn.microsoft.com/library/96153688-9a01-47c4-8430-909cee9a2887">Custom Partitioners for PLINQ and TPL</related>
236+
<related type="Article" href="/dotnet/standard/parallel-programming/custom-partitioners-for-plinq-and-tpl">Custom Partitioners for PLINQ and TPL</related>
237237
</Docs>
238238
</Member>
239239
</Members>

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

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@
7676
</block>
7777
<altmember cref="T:System.Collections.Generic.IEnumerator`1" />
7878
<altmember cref="N:System.Collections" />
79-
<related type="Article" href="https://msdn.microsoft.com/library/c60d7589-51f2-4463-a2d5-22506bbc1554">Walkthrough: Implementing IEnumerable(Of T) in Visual Basic</related>
80-
<related type="Article" href="https://msdn.microsoft.com/library/f45331db-d595-46ec-9142-551d3d1eb1a7">Iterators (C# and Visual Basic)</related>
79+
<related type="Article" href="/dotnet/visual-basic/programming-guide/language-features/control-flow/walkthrough-implementing-ienumerable-of-t">Walkthrough: Implementing IEnumerable(Of T) in Visual Basic</related>
80+
<related type="Article" href="/dotnet/csharp/programming-guide/concepts/iterators">Iterators (C#)</related>
81+
<related type="Article" href="/dotnet/visual-basic/programming-guide/concepts/iterators">Iterators (Visual Basic)</related>
8182
<related type="ExternalDocumentation" href="https://code.msdn.microsoft.com/Generics-Sample-C-9b41a192/sourcecode?fileId=46476&amp;pathId=1364935593">Generics Sample</related>
8283
</Docs>
8384
<Members>
@@ -151,8 +152,9 @@
151152
]]></format>
152153
</remarks>
153154
<altmember cref="T:System.Collections.Generic.IEnumerator`1" />
154-
<related type="Article" href="https://msdn.microsoft.com/library/c60d7589-51f2-4463-a2d5-22506bbc1554">Walkthrough: Implementing IEnumerable(Of T) in Visual Basic</related>
155-
<related type="Article" href="https://msdn.microsoft.com/library/f45331db-d595-46ec-9142-551d3d1eb1a7">Iterators (C# and Visual Basic)</related>
155+
<related type="Article" href="/dotnet/visual-basic/programming-guide/language-features/control-flow/walkthrough-implementing-ienumerable-of-t">Walkthrough: Implementing IEnumerable(Of T) in Visual Basic</related>
156+
<related type="Article" href="/dotnet/csharp/programming-guide/concepts/iterators">Iterators (C#)</related>
157+
<related type="Article" href="/dotnet/visual-basic/programming-guide/concepts/iterators">Iterators (Visual Basic)</related>
156158
</Docs>
157159
</Member>
158160
</Members>

xml/System.ComponentModel/AsyncCompletedEventArgs.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<altmember cref="T:System.ComponentModel.AsyncCompletedEventHandler" />
6767
<altmember cref="T:System.ComponentModel.AsyncOperationManager" />
6868
<altmember cref="T:System.ComponentModel.AsyncOperation" />
69-
<related type="Article" href="https://msdn.microsoft.com/library/43402d19-8d30-426d-8785-1a4478233bfa">Implementing the Event-based Asynchronous Pattern</related>
69+
<related type="Article" href="/dotnet/standard/asynchronous-programming-patterns/implementing-the-event-based-asynchronous-pattern">Implementing the Event-based Asynchronous Pattern</related>
7070
</Docs>
7171
<Members>
7272
<MemberGroup MemberName=".ctor">
@@ -221,7 +221,7 @@
221221
<altmember cref="T:System.ComponentModel.AsyncCompletedEventHandler" />
222222
<altmember cref="T:System.ComponentModel.AsyncOperationManager" />
223223
<altmember cref="T:System.ComponentModel.AsyncOperation" />
224-
<related type="Article" href="https://msdn.microsoft.com/library/43402d19-8d30-426d-8785-1a4478233bfa">Implementing the Event-based Asynchronous Pattern</related>
224+
<related type="Article" href="/dotnet/standard/asynchronous-programming-patterns/implementing-the-event-based-asynchronous-pattern">Implementing the Event-based Asynchronous Pattern</related>
225225
</Docs>
226226
</Member>
227227
<Member MemberName="Error">
@@ -288,7 +288,7 @@
288288
<altmember cref="T:System.ComponentModel.AsyncCompletedEventHandler" />
289289
<altmember cref="T:System.ComponentModel.AsyncOperationManager" />
290290
<altmember cref="T:System.ComponentModel.AsyncOperation" />
291-
<related type="Article" href="https://msdn.microsoft.com/library/43402d19-8d30-426d-8785-1a4478233bfa">Implementing the Event-based Asynchronous Pattern</related>
291+
<related type="Article" href="/dotnet/standard/asynchronous-programming-patterns/implementing-the-event-based-asynchronous-pattern">Implementing the Event-based Asynchronous Pattern</related>
292292
</Docs>
293293
</Member>
294294
<Member MemberName="RaiseExceptionIfNecessary">
@@ -343,7 +343,7 @@
343343
</block>
344344
<altmember cref="T:System.ComponentModel.AsyncOperationManager" />
345345
<altmember cref="T:System.ComponentModel.AsyncOperation" />
346-
<related type="Article" href="https://msdn.microsoft.com/library/43402d19-8d30-426d-8785-1a4478233bfa">Implementing the Event-based Asynchronous Pattern</related>
346+
<related type="Article" href="/dotnet/standard/asynchronous-programming-patterns/implementing-the-event-based-asynchronous-pattern">Implementing the Event-based Asynchronous Pattern</related>
347347
</Docs>
348348
</Member>
349349
<Member MemberName="UserState">
@@ -407,7 +407,7 @@
407407
<altmember cref="T:System.ComponentModel.AsyncCompletedEventHandler" />
408408
<altmember cref="T:System.ComponentModel.AsyncOperationManager" />
409409
<altmember cref="T:System.ComponentModel.AsyncOperation" />
410-
<related type="Article" href="https://msdn.microsoft.com/library/43402d19-8d30-426d-8785-1a4478233bfa">Implementing the Event-based Asynchronous Pattern</related>
410+
<related type="Article" href="/dotnet/standard/asynchronous-programming-patterns/implementing-the-event-based-asynchronous-pattern">Implementing the Event-based Asynchronous Pattern</related>
411411
</Docs>
412412
</Member>
413413
</Members>

xml/System.ComponentModel/AsyncCompletedEventHandler.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@
6262
<altmember cref="T:System.ComponentModel.AsyncCompletedEventArgs" />
6363
<altmember cref="T:System.ComponentModel.AsyncOperationManager" />
6464
<altmember cref="T:System.ComponentModel.AsyncOperation" />
65-
<related type="Article" href="https://msdn.microsoft.com/library/792aa8da-918b-458e-b154-9836b97735f3">Asynchronous Pattern for Components</related>
65+
<related type="Article" href="/dotnet/standard/asynchronous-programming-patterns/event-based-asynchronous-pattern-overview">Asynchronous Pattern for Components</related>
6666
</Docs>
6767
</Type>

xml/System.ComponentModel/AsyncOperation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
</remarks>
402402
<altmember cref="T:System.ComponentModel.AsyncOperationManager" />
403403
<related type="Article" href="/dotnet/standard/threading/managed-threading-best-practices">Managed Threading Best Practices</related>
404-
<related type="Article" href="https://msdn.microsoft.com/library/792aa8da-918b-458e-b154-9836b97735f3">Event-based Asynchronous Pattern Overview</related>
404+
<related type="Article" href="/dotnet/standard/asynchronous-programming-patterns/event-based-asynchronous-pattern-overview">Event-based Asynchronous Pattern Overview</related>
405405
</Docs>
406406
</Member>
407407
</Members>

xml/System.ComponentModel/AsyncOperationManager.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
]]></format>
5757
</remarks>
5858
<altmember cref="T:System.ComponentModel.AsyncOperation" />
59-
<related type="Article" href="https://msdn.microsoft.com/library/43402d19-8d30-426d-8785-1a4478233bfa">Implementing the Event-based Asynchronous Pattern</related>
59+
<related type="Article" href="/dotnet/standard/asynchronous-programming-patterns/implementing-the-event-based-asynchronous-pattern">Implementing the Event-based Asynchronous Pattern</related>
6060
<related type="Article" href="/dotnet/standard/threading/managed-threading-best-practices">Managed Threading Best Practices</related>
6161
</Docs>
6262
<Members>
@@ -123,7 +123,7 @@
123123
]]></format>
124124
</remarks>
125125
<altmember cref="T:System.ComponentModel.AsyncOperation" />
126-
<related type="Article" href="https://msdn.microsoft.com/library/43402d19-8d30-426d-8785-1a4478233bfa">Implementing the Event-based Asynchronous Pattern</related>
126+
<related type="Article" href="/dotnet/standard/asynchronous-programming-patterns/implementing-the-event-based-asynchronous-pattern">Implementing the Event-based Asynchronous Pattern</related>
127127
<related type="Article" href="/dotnet/standard/threading/managed-threading-best-practices">Managed Threading Best Practices</related>
128128
</Docs>
129129
</Member>

xml/System.ComponentModel/IListSource.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<altmember cref="T:System.ComponentModel.BindingList`1" />
8989
<altmember cref="T:System.ComponentModel.IBindingList" />
9090
<altmember cref="T:System.Collections.CollectionBase" />
91-
<related type="Article" href="https://msdn.microsoft.com/library/419aac5e-819b-4aad-88b0-73a2f8c0bd27">Data Binding and Windows Forms</related>
91+
<related type="Article" href="/dotnet/framework/winforms/data-binding-and-windows-forms">Data Binding and Windows Forms</related>
9292
</Docs>
9393
<Members>
9494
<Member MemberName="ContainsListCollection">
@@ -146,7 +146,7 @@
146146
<altmember cref="T:System.ComponentModel.ITypedList" />
147147
<altmember cref="T:System.ComponentModel.BindingList`1" />
148148
<altmember cref="T:System.ComponentModel.IBindingList" />
149-
<related type="Article" href="https://msdn.microsoft.com/library/419aac5e-819b-4aad-88b0-73a2f8c0bd27">Data Binding and Windows Forms</related>
149+
<related type="Article" href="/dotnet/framework/winforms/data-binding-and-windows-forms">Data Binding and Windows Forms</related>
150150
</Docs>
151151
</Member>
152152
<Member MemberName="GetList">
@@ -199,7 +199,7 @@
199199
<altmember cref="T:System.ComponentModel.ITypedList" />
200200
<altmember cref="T:System.ComponentModel.BindingList`1" />
201201
<altmember cref="T:System.ComponentModel.IBindingList" />
202-
<related type="Article" href="https://msdn.microsoft.com/library/419aac5e-819b-4aad-88b0-73a2f8c0bd27">Data Binding and Windows Forms</related>
202+
<related type="Article" href="/dotnet/framework/winforms/data-binding-and-windows-forms">Data Binding and Windows Forms</related>
203203
</Docs>
204204
</Member>
205205
</Members>

0 commit comments

Comments
 (0)