_AppDomain.GetHashCode Método
Definição
Fornece objetos COM com acesso independente de versão para o método GetHashCode() herdado.Provides COM objects with version-independent access to the inherited GetHashCode() method.
public:
int GetHashCode();
public int GetHashCode ();
abstract member GetHashCode : unit -> int
Public Function GetHashCode () As Integer
Retornos
Um código hash do Object atual.A hash code for the current Object.
Comentários
Consulte o Object.GetHashCode método.See the Object.GetHashCode method.