C1.Silverlight.Binding Namespace / CalcEngineFunction Delegate
List of Expression objects that represent the parameters to be used in the function call.
CalcEngineFunction Delegate
In This Topic
Delegate that represents CalcEngine functions.
Syntax
'Declaration
 
Public Delegate Function CalcEngineFunction( _
   ByVal parms 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.
See Also