XName.GetHashCode Metodo

Definizione

Ottiene un codice hash per l'oggetto XName.

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

Restituisce

Oggetto Int32 che contiene il codice hash per XName.

Commenti

Questo metodo funge da funzione hash per XName. È possibile usare GetHashCode negli algoritmi di hashing o nelle strutture di dati, ad esempio una tabella hash.

Si applica a

Vedi anche