Table of Contents

Method GetHashCode

Namespace
MonoMod.Utils
Assembly
MonoMod.Utils.dll

GetHashCode(MethodBase)

Returns a hash code for the specified object.
public int GetHashCode(MethodBase obj)

Parameters

obj MethodBase
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 obj is a reference type and obj is null.