Skip to content

Commit b785442

Browse files
Update function-pointer-reflection.md (dotnet#35005)
C# 9 came with .NET 5, not 6.
1 parent f4bf5d1 commit b785442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/core/compatibility/reflection/8.0/function-pointer-reflection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This change is a [behavioral change](../../categories.md#behavioral-change).
3131

3232
## Reason for change
3333

34-
This change adds the capability to obtain function pointer metadata including parameter types, the return type, and the calling conventions. Function pointer support was added with C# 9 and .NET 6, but reflection support wasn't added at that time.
34+
This change adds the capability to obtain function pointer metadata including parameter types, the return type, and the calling conventions. Function pointer support was added with C# 9 and .NET 5, but reflection support wasn't added at that time.
3535

3636
## Recommended action
3737

0 commit comments

Comments
 (0)