PersistentStringHashAdd(String) Method

Adds the Char-sequence of a String to the hash code.

Definition

Namespace: FolkerKinzel.Strings
Assembly: FolkerKinzel.Strings (in FolkerKinzel.Strings.dll) Version: 9.5.0+6287955de434d14f61638ea0c3c40b499ae05cd1
C#
public void Add(
	string? s
)

Parameters

s  String
The String, or null.

Exceptions

InvalidOperationException The instance had been initialized using the default constructor.

See Also