CharacterBufferReference.GetHashCode 方法     
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用作 CharacterBufferReference 的哈希函数。 它适用于哈希算法和数据结构(如哈希表)。
public:
 override int GetHashCode();
	public override int GetHashCode ();
	override this.GetHashCode : unit -> int
	Public Overrides Function GetHashCode () As Integer
	返回
一个 Int32 值,它表示当前对象的哈希代码。