点击或拖拽改变大小

__Symbol.GetHashCode 方法 (__Symbol)

X#
Returns a hash code for the specified object.

命名空间:  XSharp
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 METHOD GetHashCode(
	s AS SYMBOL
) AS LONG
查看代码

参数

s
类型:__Symbol

返回值

类型:Int32
A hash code for the specified object.

实现

GetHashCode(T)
异常
异常条件
ArgumentNullExceptionThe type of obj is a reference type and obj is .
参见