CalcEngineFunction Delegate
Delegate that represents CalcEngine functions.
public delegate System.object CalcEngineFunction(
System.Collections.Generic.List<Expression>
)
'Declaration
Public Delegate Function CalcEngineFunction( _
ByVal As System.Collections.Generic.List(Of Expression) _
) As System.Object
Parameters
- parms
- List of Expression objects that represent the parameters to be used in the function call.
Return Value
The function result.