Méthode System::Runtime::CompilerServices::RuntimeHelpers::GetHashCode
RuntimeHelpers::GetHashCode method
Obtient le code de hachage d’un type arbitraire. Appelle Object::GetHashCode() pour ce 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 dont on veut 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.Font for C++