Method GetHashCode
GetHashCode(Type)
Returns a hash code for the specified object.
public int GetHashCode(Type obj)
Parameters
Returns
- int
- A hash code for the specified object.
Exceptions
- ArgumentNullException
- The type of
obj
is a reference type andobj
is null.