Skip to content
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

Add support for templates in type signatures #192

Merged
merged 4 commits into from
Jan 21, 2021

Conversation

reflectronic
Copy link
Contributor

Very rudimentary template support is present. This doesn't add support for template type declarations, only the ability to translate elements like MyStruct<int> in type signatures. Unfortunately, since pointers in generics aren't yet allowed in .NET, any pointer types in template arguments get erased uniformly as UIntPtr when translating to C#.

@reflectronic reflectronic force-pushed the templates-in-type-sigs branch from 7b8873e to 1bed0fe Compare January 10, 2021 00:32
@tannergooding tannergooding merged commit 4ed1d65 into dotnet:master Jan 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants