Socket.GetHashCode Metodo

Definizione

Restituisce un valore hash per un'istanza Socket di .

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

Valori restituiti

Valore hash integer.

Commenti

Il metodo GetHashCode restituisce un codice hash di questa istanza. Questo valore può essere usato come chiave nelle tabelle hash.

Si applica a