Skip to content

Commit c5c9495

Browse files
mvelosopBillWagner
authored andcommitted
Forbidden link (#2044)
* Forbidden link * Apply suggestions from code review
1 parent 168db86 commit c5c9495

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

xml/System.Dynamic/DynamicObject.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,9 @@ Dim sampleObject As Object = New SampleDynamicObject()
8787
[!code-csharp[System.Dynamic.DynamicObject#1](~/samples/snippets/csharp/VS_Snippets_CLR_System/system.dynamic.dynamicobject/cs/program.cs#1)]
8888
[!code-vb[System.Dynamic.DynamicObject#1](~/samples/snippets/visualbasic/VS_Snippets_CLR_System/system.dynamic.dynamicobject/vb/module1.vb#1)]
8989
90-
For more examples, see [Creating Wrappers with DynamicObject](https://go.microsoft.com/fwlink/?LinkId=169008) on the C# Frequently Asked Questions blog.
91-
90+
For more examples, see [Creating Wrappers with DynamicObject](https://devblogs.microsoft.com/csharpfaq/dynamic-in-c-4-0-creating-wrappers-with-dynamicobject/) on the C# Frequently Asked Questions blog.
91+
92+
9293
]]></format>
9394
</remarks>
9495
</Docs>
@@ -1064,4 +1065,4 @@ Dim testExplicit2 = CTypeDynamic(sampleObject, GetType(String))
10641065
</Docs>
10651066
</Member>
10661067
</Members>
1067-
</Type>
1068+
</Type>

0 commit comments

Comments
 (0)