Mosa.Compiler.Framework.BaseCompiler.CreateLinkerMethod C# (CSharp) 메소드

CreateLinkerMethod() 공개 메소드

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