Compartir vía


ThemeableAttribute.GetHashCode Método

Definición

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

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

Devoluciones

Int32

Código hash para el objeto ThemeableAttribute actual.

Comentarios

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

Se aplica a