Class Namespace
Namespaces for X# files. All files must start with a namespace.
Namespace: XSharp.x86.Emitters
Assembly: XSharp.dll
Syntax
public class Namespace : Emitters
Constructors
| Improve this Doc View SourceNamespace(Compiler, Assembler)
Declaration
public Namespace(Compiler aCompiler, Assembler aAsm)
Parameters
| Type | Name | Description |
|---|---|---|
| Compiler | aCompiler | |
| Assembler | aAsm |
Methods
| Improve this Doc View SourceNamespaceDefinition(String, String)
Definition of a namespace. Does not generate any code.
Declaration
protected void NamespaceDefinition(string aNamespaceKeyword, string aNamespaceName)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | aNamespaceKeyword | |
| System.String | aNamespaceName |