System::Runtime::CompilerServices::RuntimeHelpers::GetHashCode méthode
RuntimeHelpers::GetHashCode method
Obtient le code de hachage d’un type arbitraire. Appelle Object::GetHashCode() pour le faire.
template<typename T> static int System::Runtime::CompilerServices::RuntimeHelpers::GetHashCode(SmartPtr<T> const &obj)
| Paramètre | Description |
|---|---|
| T | Type pour lequel obtenir le code de hachage. |
| Paramètre | Type | Description |
|---|---|---|
| obj | SmartPtr<T> const& | Object pour obtenir des informations. |
ReturnValue
Valeur du code de hachage telle que calculée par l’implémentation cible.
Voir aussi
- Class SmartPtr
- Class RuntimeHelpers
- Namespace System::Runtime::CompilerServices
- Library Aspose.Page for C++