Skip to content

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