HasFunctionCalls Method (FunctionCallToken)
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