'Declaration
Function Find( _ ByVal prefix As String _ ) As Function()
'Usage
Dim instance As IFunctionResolver Dim prefix As String Dim value() As Function value = instance.Find(prefix)
Function[] Find( string prefix )
Parameters
- prefix
- The prefix text of the function name.
Return Value
All functions which have name started with the prefix.