FileSearcher Delegate | |
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.
Namespace:
XSharp
Assembly:
XSharp.Core (in XSharp.Core.dll) Version: 2.19
Syntax DELEGATE STRING FileSearcher(
cIn AS STRING
)
public delegate string FileSearcher(
string cIn
)
Parameters
- cIn
- Type: String
Return Value
Type:
StringSee Also