Click or drag to resize
MulticastDelegateGetHashCode Method
Returns the hash code for this instance.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public override sealed int GetHashCode()

Return Value

Type: Int32
A 32-bit signed integer hash code.
Exceptions
ExceptionCondition
MemberAccessExceptionCannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism.
See Also