Click or drag to resize

AssemblyIdentityGetHashCode Method

[This is preliminary documentation and is subject to change.]

Serves as the default hash function.

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public override int GetHashCode()
View Source

Return Value

Type: Int32
A hash code for the current object.
See Also