OperationParameterInfo.GetHashCode 方法
定义
生成一个与对象的值相对应的数字以支持使用哈希表。Generates a number corresponding to the value of the object to support the use of a hash table.
public:
override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer
返回
一个 Int32,表示对象的哈希代码值。An Int32 representing the hash code value of the object.