ThemeableAttribute.GetHashCode Método

Definición

Actúa como una función hash para el ThemeableAttribute tipo.

public:
 override int GetHashCode();
public override int GetHashCode();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

Devoluciones

Código hash para el objeto actual ThemeableAttribute.

Comentarios

El GetHashCode método es adecuado para su uso en algoritmos hash y estructuras de datos como una tabla hash.

Se aplica a