-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pointer to generic Type are not allowed. #1649
Comments
This is C# language limitation. |
This looks like a duplicate of #1504. |
I got from pointers to |
Open
4 tasks
Closing as championed in #1937 and implemented in C# 8 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From @Neo-Ciber94 on June 19, 2018 16:44
Is impossible to declare pointers to generic types, .NET 7.3
Copied from original issue: dotnet/coreclr#18547
The text was updated successfully, but these errors were encountered: