FormatterBuilder.GetHashCode Method
Redeclaration that hides the GetHashCode() method from IntelliSense.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Logging (in Microsoft.Practices.EnterpriseLibrary.Logging.dll)
Syntax
'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> _
Public Overrides Function GetHashCode As Integer
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override int GetHashCode()
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public:
virtual int GetHashCode() override
public override function GetHashCode() : int
Implements
IFluentInterface.GetHashCode()
See Also
Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace