FilteredObservableCollection<T> Constructor (IList<T>^)
Visual Studio 2015
Initializes a new instance of FilteredObservableCollection<T>.
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | underlyingList is null. |
| ArgumentException | underlyingList does not implement IList and/or INotifyCollectionChanged. |
Show: