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)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| 값들 | 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++