Click or drag to resize

ObservableSetT Constructor (IEqualityComparerT)

Initializes a new instance of the ObservableSet class.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public ObservableSet(
	IEqualityComparer<T> comparer
)

Parameters

comparer
Type: System.Collections.GenericIEqualityComparerT
The comparer.
See Also