ListCollectionView(IList) Konstruktor

Definition

Initierar en ny instans av klassen med hjälp av ListCollectionView en angiven samling som implementerar IList.

public:
 ListCollectionView(System::Collections::IList ^ list);
public ListCollectionView(System.Collections.IList list);
new System.Windows.Data.ListCollectionView : System.Collections.IList -> System.Windows.Data.ListCollectionView
Public Sub New (list As IList)

Parametrar

list
IList

Den underliggande samlingen, som måste implementera IList.

Gäller för