Ticket #192 (closed enhancement: fixed)
support for open generic type reference initializer syntax
| Reported by: | gauthier | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | Cobra 0.9 |
| Component: | Cobra Compiler | Version: | 0.8.0 |
| Keywords: | Cc: |
Description
clr allows to reference open generic type definition
in c#, it is possible to initialize such a type reference with syntax similar to this example:
Type genericlisttype = typeof(List<>);
cobra should support similar type reference initialization
discussion: http://cobra-language.com/forums/viewtopic.php?f=4&t=550
Change History
Note: See
TracTickets for help on using
tickets.



