System::Runtime::CompilerServices::RuntimeHelpers::GetHashCode metodo
RuntimeHelpers::GetHashCode method
Ottiene il codice hash su 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 così come calcolato dall’implementazione target.
Vedi anche
- Class SmartPtr
- Class RuntimeHelpers
- Namespace System::Runtime::CompilerServices
- Library Aspose.Page for C++