CustomAttributeData.GetHashCode 方法
定义
用作特定类型的哈希函数。Serves as a hash function for a particular type.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
返回
- Int32
当前 Object 的哈希代码。A hash code for the current Object.
适用于
另请参阅