MulticastDelegateGetHashCode Method |
Returns the hash code for this instance.
Namespace: SystemAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public override sealed int GetHashCode()
Return Value
Type:
Int32A 32-bit signed integer hash code.
Exceptions Exception | Condition |
---|
MemberAccessException | Cannot create an instance of an abstract class, or this member was invoked with a late-binding mechanism. |
See Also