Skip to content

Commit 6acf8ab

Browse files
authored
Add alias any type devblog link (#41293)
The description is abstract-descriptive. The specification is very technical. Given how verbose the devblog is with a full walkthrough on an example project, I put the reference after, in a separate sentence.
1 parent cffd8a7 commit 6acf8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/csharp/whats-new/csharp-12.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ You can learn more about default parameters on lambda expressions in the article
103103

104104
## Alias any type
105105

106-
You can use the `using` alias directive to alias any type, not just named types. That means you can create semantic aliases for tuple types, array types, pointer types, or other unsafe types. For more information, see the [feature specification](~/_csharplang/proposals/csharp-12.0/using-alias-types.md).
106+
You can use the `using` alias directive to alias any type, not just named types. That means you can create semantic aliases for tuple types, array types, pointer types, or other unsafe types. For more information, see the [feature specification](~/_csharplang/proposals/csharp-12.0/using-alias-types.md). For an example refactoring walkthrough, see [Refactor your code using alias any type on the .NET blog](https://devblogs.microsoft.com/dotnet/refactor-your-code-using-alias-any-type/).
107107

108108
## Inline arrays
109109

0 commit comments

Comments
 (0)