CSharpSymbol.GetHashCode Method

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

Returns the hash code for this current instance.

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

public override int GetHashCode()

Return Value

Type: System.Int32
The hash code for this current instance.
Show: