Ticket #201 (closed enhancement: fixed)
Add Cobra support for namespace aliasing/Masking
Reported by: | hopscc | Owned by: | Chuck |
---|---|---|---|
Priority: | medium | Milestone: | |
Component: | Cobra Compiler | Version: | 0.8.0 |
Keywords: | Cc: |
Description
C# allows dismabiguation of colliding namespaces or aliasing a complex namespace name to something simpler with syntax on its using statement
Cobra should provide a similar capability for similar purposes
e.g.
Namespace with own version of type Console ambiguous with System.Console.
using Console = Wrapper.Console;
See Discussion Topic
Attachments
Change History
Note: See
TracTickets for help on using
tickets.