ComponentOne Binding Expressions for WPF and Silverlight
C1.WPF.Binding Namespace / C1CalcEngine Class / Functions Property

In This Topic
    Functions Property (C1CalcEngine)
    In This Topic
    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