HashCode.ToHashCode Method

Definition

Calculates the final hash code after consecutive Add invocations.

public:
 int ToHashCode();
public int ToHashCode ();
member this.ToHashCode : unit -> int
Public Function ToHashCode () As Integer

Returns

The calculated hash code.

Remarks

This method must be called at most once per instance of HashCode.

Applies to