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


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