FilteredObservableCollection<T> Constructor (IList<T>^)

 

Initializes a new instance of FilteredObservableCollection<T>.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
FilteredObservableCollection(
	IList<T>^ underlyingList
)

Parameters

underlyingList
Type: System.Collections.Generic::IList<T>^

The underlying collection.

Exception Condition
ArgumentNullException

underlyingList is null.

ArgumentException

underlyingList does not implement IList and/or INotifyCollectionChanged.

Return to top
Show: