NotifiableCollectionT Constructor (IEnumerableT, IEqualityComparerT) Breeze.sharp
Initializes a new instance of the [!:ObservableHashSet<T>] class.

Namespace: Breeze.Sharp.Core
Assembly: Breeze.Sharp (in Breeze.Sharp.dll) Version: 0.6.0.5 (0.6.0.5)
Syntax

public NotifiableCollection(
	IEnumerable<T> collection,
	IEqualityComparer<T> comparer
)

Parameters

collection
Type: System.Collections.GenericIEnumerableT
The collection whose elements are copied to the new set.
comparer
Type: System.Collections.GenericIEqualityComparerT
The IEqualityComparer<T> implementation to use when comparing values in the set, or null to use the default EqualityComparer<T> implementation for the set type.
See Also

Reference