PersistentStringHashAdd(ReadOnlySpan`1Char) Method

Adds the content of a read-only character span to the hash code.

Definition

Namespace: FolkerKinzel.Strings
Assembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.0+10a7d4d71aa960998e32ac0ac6c4fcbe4164c917
C#
public void Add(
	ReadOnlySpan<char> chars
)

Parameters

chars  ReadOnlySpanChar
A span of Unicode characters.

Exceptions

InvalidOperationException The instance had been initialized using the default constructor.

See Also