System::Net::Http::Headers::NameValueHeaderValue::GetHashCode método
NameValueHeaderValue::GetHashCode() const method
Análogo al método C# Object.GetHashCode(). Permite el hash de objetos personalizados.
int32_t System::Net::Http::Headers::NameValueHeaderValue::GetHashCode() const override
ReturnValue
Valor del código hash calculado por la clase correspondiente.
Ver también
- Class NameValueHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++
NameValueHeaderValue::GetHashCode(System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>>) method
Devuelve un código hash de todos los elementos de la colección.
static int32_t System::Net::Http::Headers::NameValueHeaderValue::GetHashCode(System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>> values)
| Parámetro | Tipo | Descripción |
|---|---|---|
| valores | System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>> | La colección de instancias de la clase NameValueHeaderValue. |
ReturnValue
Un código hash de todos los elementos de la colección.
Ver también
- Typedef SharedPtr
- Class ObjectCollection
- Class NameValueHeaderValue
- Class NameValueHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++