Click or drag to resize

FileBackedHashSet<T> (IEqualityComparer<T> ) Constructor

Creates a new instance of the FileBackedHashSet<T> class.

Namespace: GSF.Collections
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.241-beta+912389e96d98840d2a999d490420db618dcbe4c6
Syntax
public FileBackedHashSet(
	IEqualityComparer<T> comparer
)
View Source

Parameters

comparer  IEqualityComparer<T>
The equality comparer used to compare items in the hash set.
Exceptions
ExceptionCondition
InvalidOperationExceptionT cannot be serialized.
See Also