Base:
method
GetHashCode
System.Configuration.ConfigurationElement.GetHashCode()
1 reference to GetHashCode
System.Configuration.ConfigurationManager (1)
System\Configuration\SettingElement.cs (1)
53
return base.GetHashCode() ^ Value.
GetHashCode
();