Skip to content

Commit 0d48f00

Browse files
Youssef1313Ron Petrusha
authored andcommitted
Corrected snippet reference (#3111)
1 parent 31b0f7f commit 0d48f00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@
7676
## Examples
7777
The following example shows how to add and remove items from a <xref:System.Collections.Concurrent.ConcurrentBag%601>:
7878
79-
[!code-csharp[System.Collections.Concurrent.ConcurrentBag#1](~/samples/snippets/csharp/api/system.collections.concurrent/concurrentbag/concbag.cs)]
80-
[!code-vb[System.Collections.Concurrent.ConcurrentBag#1](~/samples/snippets/visualbasic/api/system.collections.concurrent/concurrentbag/concbag.vb)]
79+
[!code-csharp[System.Collections.Concurrent.ConcurrentBag#1](~/samples/snippets/csharp/api/system.collections.concurrent/concurrentbag/concbag.cs#1)]
80+
[!code-vb[System.Collections.Concurrent.ConcurrentBag#1](~/samples/snippets/visualbasic/api/system.collections.concurrent/concurrentbag/concbag.vb#1)]
8181
8282
]]></format>
8383
</remarks>

0 commit comments

Comments
 (0)