Skip to content

Commit

Permalink
Fix link (#41508)
Browse files Browse the repository at this point in the history
The anchor was missing on the link for `dynamic`
  • Loading branch information
BillWagner committed Jun 20, 2024
1 parent 021a225 commit e2887fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/csharp/advanced-topics/interop/using-type-dynamic.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ Many COM methods allow for variation in argument types and return type by design

|Title|Description|
|-----------|-----------------|
|[dynamic](../../language-reference/builtin-types/reference-types.md)|Describes the usage of the `dynamic` keyword.|
|[dynamic](../../language-reference/builtin-types/reference-types.md#the-dynamic-type)|Describes the usage of the `dynamic` keyword.|
|[Dynamic Language Runtime Overview](../../../framework/reflection-and-codedom/dynamic-language-runtime-overview.md)|Provides an overview of the DLR, which is a runtime environment that adds a set of services for dynamic languages to the common language runtime (CLR).|
|[Walkthrough: Creating and Using Dynamic Objects](walkthrough-creating-and-using-dynamic-objects.md)|Provides step-by-step instructions for creating a custom dynamic object and for creating a project that accesses an `IronPython` library.|

0 comments on commit e2887fb

Please sign in to comment.