ThemeableAttribute.GetHashCode Method ()

 

Serves as a hash function for the ThemeableAttribute type.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

Public Overrides Function GetHashCode As Integer

Return Value

Type: System.Int32

A hash code for the current ThemeableAttribute.

The GetHashCode method is suitable for use in hashing algorithms and data structures like a hash table.

.NET Framework
Available since 2.0
Return to top
Show: