Generates the hash code for the current token.
[Visual Basic] Overrides Public Function GetHashCode() As Integer [C#] public override int GetHashCode(); [C++] public: override int GetHashCode(); [JScript] public override function GetHashCode() : int;
The hash code for the current token.
SymbolToken Structure | SymbolToken Members | System.Diagnostics.SymbolStore Namespace