System::Net::Http::Headers::NameValueHeaderValue::GetHashCode 方法
NameValueHeaderValue::GetHashCode() const method
相当于 C# 的 Object.GetHashCode() 方法。支持对自定义对象进行哈希处理。
int32_t System::Net::Http::Headers::NameValueHeaderValue::GetHashCode() const override
ReturnValue
由相应类计算的哈希码值。
另见
- Class NameValueHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++
NameValueHeaderValue::GetHashCode(System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>>) method
返回集合中所有项的哈希码。
static int32_t System::Net::Http::Headers::NameValueHeaderValue::GetHashCode(System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>> values)
| Parameter | Type | 描述 |
|---|---|---|
| 值 | System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>> | NameValueHeaderValue-class 实例的集合。 |
ReturnValue
所有集合项的哈希码。
另见
- Typedef SharedPtr
- Class ObjectCollection
- Class NameValueHeaderValue
- Class NameValueHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Page for C++