DnsEndPoint.GetHashCode Metodo

Definizione

Restituisce un valore hash per un oggetto DnsEndPoint.

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

Valori restituiti

Valore hash integer per l'oggetto DnsEndPoint.

Commenti

Il GetHashCode metodo restituisce un codice hash dell'oggetto DnsEndPoint. Questo valore può essere usato come chiave nelle tabelle hash.

Si applica a