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.Font 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)
| 参数 | 类型 | 描述 |
|---|---|---|
| 值 | System::SharedPtr<ObjectCollection<System::SharedPtr<NameValueHeaderValue>>> | NameValueHeaderValue 类实例的集合。 |
ReturnValue
集合中所有项的哈希码。
另见
- Typedef SharedPtr
- Class ObjectCollection
- Class NameValueHeaderValue
- Class NameValueHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.Font for C++