HashCodeExtensions Class

Definition

Helpers for working with the HashCode type.

public static class HashCodeExtensions
type HashCodeExtensions = class
Public Module HashCodeExtensions
Inheritance
HashCodeExtensions

Methods

Add<T>(HashCode, ReadOnlySpan<T>)

Adds a sequence of T values to the hash code.

Applies to