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