NotifiableCollectionT Constructor (IEnumerableT) 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
)

Parameters

collection
Type: System.Collections.GenericIEnumerableT
The collection whose elements are copied to the new set.
See Also

Reference