System::Runtime::CompilerServices::RuntimeHelpers::GetHashCode yöntemi

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)
ParametreAçıklama
THash kodu alınacak tip.
ParametreTürAçıklama
objSmartPtr<T> const&Bilgi alınacak Object

ReturnValue

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

Ayrıca Bakınız