ThemeableAttribute.GetHashCode Metodo

Definizione

Funge da funzione hash per il tipo ThemeableAttribute.

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

Restituisce

Codice hash per l'oggetto ThemeableAttribute corrente.

Commenti

Il metodo GetHashCode può essere utilizzato in algoritmi di hash e strutture di dati, ad esempio una tabella hash.

Si applica a