PropertyTabAttribute.GetHashCode 方法
定义
获取此对象的哈希代码。Gets the hash code for this object.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
返回
该特性所属对象的哈希代码。The hash code for the object the attribute belongs to.