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