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ámetro | Descripción |
|---|---|
| T | Tipo para el cual obtener el código hash. |
| Parámetro | Tipo | Descripción |
|---|---|---|
| obj | SmartPtr<T> const& | Object del cual obtener información. |
ReturnValue
Valor del código hash calculado por la implementación objetivo.
Ver también
- Class SmartPtr
- Class RuntimeHelpers
- Namespace System::Runtime::CompilerServices
- Library Aspose.PDF for C++