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)
| Parametre | Açıklama |
|---|---|
| T | Hash kodu alınacak tip. |
| Parametre | Tür | Açıklama |
|---|---|---|
| obj | SmartPtr<T> const& | Bilgi alınacak Object |
ReturnValue
Hedef uygulama tarafından hesaplanan hash kod değeri.
Ayrıca Bakınız
- Class SmartPtr
- Class RuntimeHelpers
- Namespace System::Runtime::CompilerServices
- Library Aspose.Font for C++