Constructor CollectionView
CollectionView(IEnumerable)
Create a view to given collection.
public CollectionView(IEnumerable collection)
Parameters
collectionIEnumerableunderlying collection
Remarks
Note that this instance of CollectionView is bound to the UI thread dispatcher of the caller of this constructor.