Método System::Runtime::CompilerServices::RuntimeHelpers::GetHashCode

RuntimeHelpers::GetHashCode method

Obtiene el código hash de un tipo arbitrario. Llama a Object::GetHashCode() para hacerlo.

template<typename T> static int System::Runtime::CompilerServices::RuntimeHelpers::GetHashCode(SmartPtr<T> const &obj)
ParámetroDescripción
TTipo para el cual obtener el código hash.
ParámetroTipoDescripción
objSmartPtr<T> const&Object del cual obtener información.

ReturnValue

Valor del código hash calculado por la implementación objetivo.

Ver también