Method GetHashCode
GetHashCode(MethodBase)
Returns a hash code for the specified object.
public int GetHashCode(MethodBase obj)
Parameters
objMethodBase- The Object for which a hash code is to be returned.
Returns
- int
- A hash code for the specified object.
Exceptions
- ArgumentNullException
- The type of
objis a reference type andobjis null.