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)
| Parameter | Açıklama |
|---|---|
| T | Hash kodu alınacak tür. |
| Parameter | Type | Açıklama |
|---|---|---|
| obj | SmartPtr<T> const& | Object üzerinden bilgi almak için. |
ReturnValue
Hedef uygulama tarafından hesaplanan hash kodu değeri.
Ayrıca Bakınız
- Class SmartPtr
- Class RuntimeHelpers
- Namespace System::Runtime::CompilerServices
- Library Aspose.Page for C++