StringToken.GetHashCode 方法
定义
返回该字符串的哈希代码。Returns the hash code for this string.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
返回
- Int32
基础字符串标记。The underlying string token.
适用于