点击或拖拽改变大小

Functions.SetMacroCompiler 方法 (IMacroCompiler)

X#
Set the class that must be used to compile macros

命名空间:  XSharp.Core
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 FUNCTION SetMacroCompiler(
	oCompiler AS IMacroCompiler
) AS IMacroCompiler
查看代码

参数

oCompiler
类型:IMacroCompiler
The object that implements the macro compiler.

返回值

类型:IMacroCompiler
The previously defined MacroCompiler. This may be NULL if no compiler has been set yet and no macros have been compiled.
参见