Metodo System::Runtime::CompilerServices::RuntimeHelpers::GetHashCode
RuntimeHelpers::GetHashCode method
Ottiene il codice hash per un tipo arbitrario. Chiama Object::GetHashCode() per farlo.
template<typename T> static int System::Runtime::CompilerServices::RuntimeHelpers::GetHashCode(SmartPtr<T> const &obj)
| Parametro | Descrizione |
|---|---|
| T | Tipo per cui ottenere il codice hash. |
| Parametro | Tipo | Descrizione |
|---|---|---|
| obj | SmartPtr<T> const& | Object da cui ottenere informazioni. |
ReturnValue
Valore del codice hash calcolato dall’implementazione di destinazione.
Vedi anche
- Class SmartPtr
- Class RuntimeHelpers
- Namespace System::Runtime::CompilerServices
- Library Aspose.Font for C++