PersistentStringHashAdd(StringBuilder) Method

Adds the content of a StringBuilder to the hash code.

Definition

Namespace: FolkerKinzel.Strings
Assembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.4.3+0b4e3cc14d7870504a77e224d298b921bfc6f2ee
C#
public void Add(
	StringBuilder builder
)

Parameters

builder  StringBuilder
The StringBuilder whose content is hashed.

Exceptions

ArgumentNullExceptionbuilder is null.
InvalidOperationException The instance had been initialized using the default constructor.

See Also