SymbolBase<TType>::GetHashCode Method

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Retrieves a hash code based on the current SymbolBase<TType> object.

Namespace:  System.Web.Razor.Tokenizer.Symbols
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

public:
virtual int GetHashCode() override

Return Value

Type: System::Int32
A hash of the current SymbolBase<TType> object.
Show: