点击或拖拽改变大小

Functions.SetMacroDuplicatesResolver 方法

X#
Set the delegate that may be used to decide which symbol to call for ambiguous symbols

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

参数

resolver
类型:MacroCompilerResolveAmbiguousMatch
The delegate to call.

返回值

类型:MacroCompilerResolveAmbiguousMatch
The previously delegate.
参见