ComponentOne Binding Expressions for WPF and Silverlight
Functions Property (C1CalcEngine)

C1.WPF.Binding Namespace > C1CalcEngine Class : Functions Property
Gets the dictionary that contains function definitions.
Syntax
'Declaration
 
Public ReadOnly Property Functions As System.Collections.Generic.Dictionary(Of String,FunctionDefinition)
public System.Collections.Generic.Dictionary<string,FunctionDefinition> Functions {get;}
See Also

Reference

C1CalcEngine Class
C1CalcEngine Members