Mosa.Compiler.Framework.BaseCompiler.CreateLinkerMethod C# (CSharp) Method

CreateLinkerMethod() public method

Compiles the linker method.
public CreateLinkerMethod ( string methodName ) : MosaMethod
methodName string Name of the method.
return MosaMethod
        public MosaMethod CreateLinkerMethod(string methodName)
        {
            return TypeSystem.CreateLinkerMethod(methodName, TypeSystem.BuiltIn.Void, null);
        }