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

ReturnValue

Valore del codice hash così come calcolato dall’implementazione target.

Vedi anche