GetHashCode Method

Glimpse API

AlternateTypeGenerationHook T  GetHashCode Method Glimpse API Documentation
Returns a hash code for this instance.

Namespace: Glimpse.Core.Extensibility
Assembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)

Syntax

public override int GetHashCode()
public override int GetHashCode()

Return Value

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
See Also