FileSearcher 委托 | |
This delegate is used when you want to implement your own function for the logic behind the File() function. You can register your own FileSearcher by calling the RegisterFileSearch() function.
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 DELEGATE STRING FileSearcher(
cIn AS STRING
)
public delegate string FileSearcher(
string cIn
)
参数
- cIn
- 类型:String
返回值
类型:
String参见