Simple Tip: Defining a type from a different namespace.
4 views
Skip to first unread message
emp...@gmail.com
unread,
Apr 25, 2009, 4:12:54 AM4/25/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Nemerle Forum
Hello,
May be it's something you already know but I'd like to share it
nevertheless.
In case you need to define a type from a different namespace you would
do :
macro BuildClass ()
{
def man = Nemerle.Macros.Manager();
def z = man.CoreEnv.EnterIntoNamespace(["SomeOtherNameSpace"]);