ConfigurationElement.GetHashCode 方法

定義

會獲得代表當前 ConfigurationElement 實例的唯一值。

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

傳回

一個代表當前 ConfigurationElement 實例的唯一值。

適用於