__Symbol.GetHashCode 方法 (__Symbol) | |
Returns a hash code for the specified object.
命名空间:
XSharp
程序集:
XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法 METHOD GetHashCode(
s AS SYMBOL
) AS LONG
public int GetHashCode(
__Symbol s
)
查看代码参数
- s
- 类型:__Symbol
返回值
类型:
Int32A hash code for the specified object.
实现
GetHashCode(T)异常 异常 | 条件 |
---|
ArgumentNullException | The type of obj is a reference type and obj is . |
参见