Skip to content

M_Cyjb_UnorderedHashCode_GetHashCode

CYJB edited this page Mar 20, 2024 · 11 revisions

UnorderedHashCode.GetHashCode 方法

Note: This API is now obsolete.

此方法不受支持,因此不应调用。

Namespace: Cyjb
Assembly: Cyjb (in Cyjb.dll) Version: 1.0.23+7750dd8e971297c5fa962a3bee37fb78f72793f6

语法

C#

[ObsoleteAttribute("UnorderedHashCode 是一个可变的结构体,不应与其它  UnorderedHashCode 比较。使用 ToHashCode 来获取计算的哈希代码。", 
	true)]
public override int GetHashCode()

返回值

Type: Int32
此方法将始终引发 NotSupportedException

Exceptions

 

异常 条件
NotSupportedException 总是引发。

参见

Reference

UnorderedHashCode 结构
Cyjb 命名空间

Clone this wiki locally