System.Reflection.Emit.SignatureHelper.GetHashCode Method

Creates and returns a hash code for this instance.

Syntax

public override int GetHashCode ()

Returns

Returns the hash code based on the name.

Remarks

The hash code is created from the name of this instance, so the return value is the same as if the GetHashCode method were called on the value of the Name property.

Requirements

Namespace: System.Reflection.Emit
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0