adTempus API
ArcanaDevelopment.adTempus.Shared.TokenEvaluation Namespace / TokenElement Class / HasFunctionCalls Method


In This Topic
    HasFunctionCalls Method (TokenElement)
    In This Topic
    Indicates whether this token (or any of its descendants) is a FunctionCallToken.
    Syntax
    'Declaration
     
    
    Public Overridable Function HasFunctionCalls() As Boolean
    public virtual bool HasFunctionCalls()
    public:
    virtual bool HasFunctionCalls(); 
    See Also