'Declaration Public Delegate Function ImGearFunc (Of TParam,TResult)( _ ByVal p As TParam _ ) As TResult
'Usage Dim instance As New ImGearFunc(Of TParam,TResult)(AddressOf HandlerMethod)
Parameters
- p
- The parameter of the method that this delegate encapsulates.
Type Parameters
- TParam
- The type of the parameter of the method that this delegate encapsulates.
- TResult
- The type of the return value of the method that this delegate encapsulates.
Return Value
The return value of the method that this delegate encapsulates.