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)
ParametroDescrizione
TTipo per cui ottenere il codice hash.
ParametroTipoDescrizione
objSmartPtr<T> const&Object da cui ottenere informazioni.

ReturnValue

Valore del codice hash calcolato dall’implementazione di destinazione.

Vedi anche