CategoryAttribute.GetHashCode 方法
定义
返回此属性 (Attribute) 的哈希代码。Returns the hash code for this attribute.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
返回
32 位有符号整数哈希代码。A 32-bit signed integer hash code.