Returns an instance of ICollectionViewFactory that can be used as a source of a CollectionViewSource.

Namespace:  C1.LiveLinq.LiveViews
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public ICollectionViewFactory AsCollectionViewFactory()
Visual Basic
Public Function AsCollectionViewFactory As ICollectionViewFactory

Return Value

A factory that returns the same View as a ICollectionView.

See Also