Method GetHashCode
GetHashCode(MethodDefinition)
Returns a hash code for the specified object.
Declaration
public int GetHashCode(MethodDefinition obj)Parameters
| Type | Name | Description | 
|---|---|---|
| MethodDefinition | obj | The object for which a hash code is to be returned. | 
Returns
| Type | Description | 
|---|---|
| int | A hash code for the specified object. | 
Implements
Exceptions
| Type | Condition | 
|---|---|
| ArgumentNullException | The type of  |