System::Runtime::CompilerServices::RuntimeHelpers::GetHashCode metodu

RuntimeHelpers::GetHashCode method

Rastgele bir türde hash kodu alır. Bunu yapmak için Object::GetHashCode() metodunu çağırır.

template<typename T> static int System::Runtime::CompilerServices::RuntimeHelpers::GetHashCode(SmartPtr<T> const &obj)
ParameterAçıklama
THash kodu alınacak tür.
ParameterTypeAçıklama
objSmartPtr<T> const&Object üzerinden bilgi almak için.

ReturnValue

Hedef uygulama tarafından hesaplanan hash kodu değeri.

Ayrıca Bakınız