Spread Windows Forms 17
FarPoint.CalcEngine Assembly / FarPoint.CalcEngine Namespace / FunctionExpression Class / Function Property


In This Topic
    Function Property (FunctionExpression)
    In This Topic
    Gets the implementation (dynamic or static function binding) of the function.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Function As FunctionInfo
    'Usage
     
    
    Dim instance As FunctionExpression
    Dim value As FunctionInfo
     
    value = instance.Function
    public FunctionInfo Function {get;}
    See Also