| ServiceRegistrationGetHashCode Method  | 
 Returns the hash code for this instance.
 
    Namespace: 
   Autofac.Core
    Assembly:
   Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
 Syntax
Syntaxpublic override int GetHashCode()
Public Overrides Function GetHashCode As Integer
Return Value
Type: 
Int32A 32-bit signed integer that is the hash code for this instance.
 See Also
See Also