OperationParameterInfo.GetHashCode 方法

定义

生成一个对应于对象值的数字,以支持哈希表的使用。

public:
 override int GetHashCode();
public override int GetHashCode();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

返回

一个 Int32 表示对象的哈希代码值。

适用于