Ticket #330 (closed enhancement: fixed)
Move to .Net 4.0: Change cobra Set<T> to inherit from HashSet<T>
Reported by: | hopscc | Owned by: | chuck |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Cobra Compiler | Version: | 0.9.4 |
Keywords: | Cc: |
Description
Net 4.0 has new Set implementation HashSet<T>.
Fixup existing cobra Set implementation to use .Net HashSet<T> as baseclass rather than using our own.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.