点击或拖拽改变大小

IMacroCompiler2 接口

X#
This interface extends the Macro compiler and adds a method that is called to decide between ambigous methods or constructors

命名空间:  XSharp
程序集:  XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法
 INTERFACE IMacroCompiler2 IMPLEMENTS IMacroCompiler

IMacroCompiler2 类型公开以下成员。

属性
  名称说明
公共属性Resolver
This property allows to set a delegate that may be used to resolve ambigous references
Top
方法
  名称说明
公共方法Compile
Compile a string into a runtime codeblock.
(继承自 IMacroCompiler。)
Top
参见