-
Notifications
You must be signed in to change notification settings - Fork 2
#using
Marcus edited this page Oct 28, 2015
·
2 revisions
Affects resolving names.
If names cannot be resolved the various namespaces currently added are inspected.
NOTE: the intention is that resolution is similar to how it happens in C#, however, there could be differences. If these are found please open an issue.
$$#using <namespace> /$$
- Must be empty: yes
- May be nested: no
Currently no aliases are supported. If you run into issues that cannot be resolved you can always add a method to the context class to perform the resolution in code instead.
$$#using System.Xml /$$