コード例 #1
0
 /// <summary>
 /// Compiles the linker method.
 /// </summary>
 /// <param name="methodName">Name of the method.</param>
 /// <returns></returns>
 public MosaMethod CreateLinkerMethod(string methodName)
 {
     return(TypeSystem.CreateLinkerMethod(methodName, TypeSystem.BuiltIn.Void, false, null));
 }