CollectionView Constructor (IEnumerable^)
.NET Framework (current version)
Initializes a new instance of the CollectionView class that represents a view of the specified collection.
Assembly: PresentationFramework (in PresentationFramework.dll)
Parameters
- collection
-
Type:
System.Collections::IEnumerable^
The underlying collection.
The instance of CollectionView is bound to the user interface (UI) thread dispatcher of the caller of this constructor.
.NET Framework
Available since 3.0
Available since 3.0
Show: