Implement GetHashCode
This commit is contained in:
parent
5231683aae
commit
5e42d26fd5
|
|
@ -102,7 +102,7 @@ namespace Microsoft.AspNet.Http.Features
|
|||
|
||||
public int GetHashCode(KeyValuePair<Type, object> obj)
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
return obj.Key.GetHashCode();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue